Skip to content

Instantly share code, notes, and snippets.

@radarek
Created July 19, 2009 13:45
Show Gist options
  • Save radarek/149920 to your computer and use it in GitHub Desktop.
Save radarek/149920 to your computer and use it in GitHub Desktop.
def check() = true
def check2() : Boolean = return true
def check3() = return true // why it can't work?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment