Skip to content

Instantly share code, notes, and snippets.

@neonichu
Created January 19, 2015 15:27
Show Gist options
  • Save neonichu/6161fde014113c173312 to your computer and use it in GitHub Desktop.
Save neonichu/6161fde014113c173312 to your computer and use it in GitHub Desktop.
Some class variables **are** implemented.
class Foo {
class var foo: Int { return 42 }
}
println(Foo.foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment