Created
September 2, 2011 04:58
-
-
Save alexnask/1187941 to your computer and use it in GitHub Desktop.
Is that valid? :D
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
| Foo: class { | |
| f: static func(this: This, a: Int) { | |
| a toString() println() | |
| } | |
| } | |
| foo := Foo new() | |
| foo f(42) // Is dat valid? :O Will test it later |
Author
Thanks for answer, I was just about to test it :P
Well you can test it, I'm unsure it compiles
Author
It doesnt work, opening issue
It'll be for 0.9.3
Author
Or maybe oc? :o
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's supposed to be, yes
(Although a bit stoopid)