Skip to content

Instantly share code, notes, and snippets.

@caoilte
Last active February 21, 2016 14:53
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 caoilte/d33bdfbb2b87215a7e1a to your computer and use it in GitHub Desktop.
Save caoilte/d33bdfbb2b87215a7e1a to your computer and use it in GitHub Desktop.
//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