DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / protected-static-fail / S.scala
12345678910
package bippy object Test { def main(args: Array[String]): Unit = { J.f() S1.f1() val x = new S2 x.f2() } }