Skip to content

Instantly share code, notes, and snippets.

@josep2
Created November 22, 2019 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josep2/a700aa6e10862a250db3530f543d8ccb to your computer and use it in GitHub Desktop.
Save josep2/a700aa6e10862a250db3530f543d8ccb to your computer and use it in GitHub Desktop.
case class Player(name: String)
val biggie = Player("Biggie")
biggie.name = "2pac"
// error: reassignment to val
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment