DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / pos / t5210.scala
12345678910
object WithOpTest { trait WithOp extends Cloneable { def f: this.type = this def g1: this.type = f def g2: this.type = { val t = f t } } }