Skip to content

Instantly share code, notes, and snippets.

@alexnask
Created September 2, 2011 04:58
Show Gist options
  • Select an option

  • Save alexnask/1187941 to your computer and use it in GitHub Desktop.

Select an option

Save alexnask/1187941 to your computer and use it in GitHub Desktop.
Is that valid? :D
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
@nddrylliog
Copy link
Copy Markdown

Well you can test it, I'm unsure it compiles

@alexnask
Copy link
Copy Markdown
Author

alexnask commented Sep 2, 2011

It doesnt work, opening issue

@nddrylliog
Copy link
Copy Markdown

It'll be for 0.9.3

@alexnask
Copy link
Copy Markdown
Author

alexnask commented Sep 2, 2011

Or maybe oc? :o

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment