DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / sammy_override.scala
12345678
trait IntConsumer { def consume(x: Int): Unit } object Test { def anyConsumer(x: Any): Unit = ??? val f: IntConsumer = anyConsumer }