Created
March 2, 2015 23:58
-
-
Save theanti9/c7d49c6fa3351b6e9850 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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