Skip to content

Instantly share code, notes, and snippets.

@josep2
Created November 22, 2019 13:15
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/84430e99128c9f3624f9819fe58db7ed to your computer and use it in GitHub Desktop.
Save josep2/84430e99128c9f3624f9819fe58db7ed to your computer and use it in GitHub Desktop.
case class Album(title: String, year: Int)
val bitusa = Album("Born in the USA", 1980)
val bitusaRemaster = Album.copy(year = 1991)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment