DEBSOURCES
Skip Quicknav
sources / scala / 2.9.2%2Bdfsg-2 / test / files / pos / bug604.scala
12345678
object Test { type T = Foo.type object Foo def main(argv : Array[String]) : Unit = { } }