Skip to content

Instantly share code, notes, and snippets.

@alexnask
Created May 13, 2012 16:02
Show Gist options
  • Select an option

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

Select an option

Save alexnask/2689049 to your computer and use it in GitHub Desktop.
testcase
Foo: class {
if(true) "yay" println()
f: func {
}
if(true) "noes" println()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment