Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created January 5, 2015 03:47
Show Gist options
  • Save ostretsov/25db438ca5507005043c to your computer and use it in GitHub Desktop.
Save ostretsov/25db438ca5507005043c to your computer and use it in GitHub Desktop.
def f1() = 1
def f2 = 2
f1()
f1
// f2() // it doesn't work as expected!
f2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment