Created
August 20, 2014 04:31
-
-
Save bkase/847351601b8c3a3df99d to your computer and use it in GitHub Desktop.
Hang in Xcode beta 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Foundation | |
public class A<T> { | |
var callbacks: [A<T> -> ()] = [] | |
public init() { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment