Skip to content

Instantly share code, notes, and snippets.

@sohnryang
Last active January 31, 2017 22:15
Show Gist options
  • Save sohnryang/a2513e2256f8f41d5c3a7aa2d0658d30 to your computer and use it in GitHub Desktop.
Save sohnryang/a2513e2256f8f41d5c3a7aa2d0658d30 to your computer and use it in GitHub Desktop.
scala for the impatient - Come up with one situation where the assignment x = y = 1 is valid in Scala
var x: Unit = ()
var y: Int = 0
x = y = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment