Skip to content

Instantly share code, notes, and snippets.

@benjamingr
Created August 12, 2014 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benjamingr/e41e0d2f3097d27c3f65 to your computer and use it in GitHub Desktop.
Save benjamingr/e41e0d2f3097d27c3f65 to your computer and use it in GitHub Desktop.
class Foo<A,B>{
var bar:[(A,B)] = [(A,B)]() // why is this invalid?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment