DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t8890.scala
1234567891011
package foo class A { /** The other */ def bar(x: Int): Unit = ??? def bar(x: Str): Unit = ??? } class B { (new A).bar(0) }