DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t909.scala
123456789
case class Foo(x:Int) object Bar { def main(args:Array[String]) { Foo(2) match { case Foo("Hello") => } } }