Skip to content

Instantly share code, notes, and snippets.

@bkase
Created August 20, 2014 04:31
Show Gist options
  • Save bkase/847351601b8c3a3df99d to your computer and use it in GitHub Desktop.
Save bkase/847351601b8c3a3df99d to your computer and use it in GitHub Desktop.
Hang in Xcode beta 6
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