Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Last active August 29, 2015 14:12
Show Gist options
  • Save ostretsov/d941010726f08c09aaf6 to your computer and use it in GitHub Desktop.
Save ostretsov/d941010726f08c09aaf6 to your computer and use it in GitHub Desktop.
def >:-> { println("That's awful!!!") }
def main (args: Array[String]) {
>:->
$greater$colon$minus$greater // this will also successful print awful message
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment