DEBSOURCES
Skip Quicknav
sources / scala / 2.11.12-6 / test / files / neg / t452.scala
12345678
object Test { class Foo(x: Foo) { def this() = this(this); } def main(args: Array[String]): Unit = { new Foo(); } }