Skip to content

Instantly share code, notes, and snippets.

@theanti9
Created March 2, 2015 23:58
Show Gist options
  • Save theanti9/c7d49c6fa3351b6e9850 to your computer and use it in GitHub Desktop.
Save theanti9/c7d49c6fa3351b6e9850 to your computer and use it in GitHub Desktop.
scala> case class verywrong(`a b`: Int, a: Int)
defined class verywrong
scala> verywrong(1, 2)
res0: verywrong = verywrong(1,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment