This commit is contained in:
Keith Smiley
2014-06-13 16:32:46 -07:00
parent 0d7d6f1678
commit 9625b90924

View File

@@ -124,3 +124,33 @@ enum Card : Int {
case Diamond
case Club
}
struct foo : bar {
switch (foo) {
case foo:
case bar:
default:
stuff
case baz:
fuck
case bar:
bafsd
}
func foo() {
}
func bar(asdf: String) -> Bool {
}
func baz() -> (Foo, Bar)
{
}
func asdf<T>() {
}
}