DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t604.scala
12345678
object Test { type T = Foo.type object Foo def main(argv : Array[String]) : Unit = { } }