Last active
February 21, 2016 14:53
-
-
Save caoilte/d33bdfbb2b87215a7e1a to your computer and use it in GitHub Desktop.
Example breaking code for https://github.com/ensime/ensime-emacs/issues/375
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
//import Foo._ | |
object Foo { | |
case class /\(name: String) | |
case class Bar(name: String) | |
} | |
object Test { | |
val x = /\("bar") | |
val y = Bar("Foo") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment