Skip to content

Instantly share code, notes, and snippets.

@michalkowol
Created November 28, 2014 12:37
Show Gist options
  • Save michalkowol/fe5d0b8fa16a6857a2eb to your computer and use it in GitHub Desktop.
Save michalkowol/fe5d0b8fa16a6857a2eb to your computer and use it in GitHub Desktop.
case class User(name: String, lastname: String)
User(name = "Michal", lastname = "Kowol") == User(lastname = "Kowol", name = "Michal") // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment