Skip to content

Instantly share code, notes, and snippets.

@begeric
Created January 20, 2015 11:21
Show Gist options
  • Save begeric/1e746291ed1a5c417184 to your computer and use it in GitHub Desktop.
Save begeric/1e746291ed1a5c417184 to your computer and use it in GitHub Desktop.
val a = 5
val c = 3
c = 5
if (3 == 17) {
val c = {
val d = "hey"
22
}
}
else
"2"
5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment