Created
January 19, 2015 15:27
-
-
Save neonichu/6161fde014113c173312 to your computer and use it in GitHub Desktop.
Some class variables **are** implemented.
This file contains hidden or 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
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