```scala class Foo(x : Any) { val foo : Integer = 0 def this() = { this(foo) } } ``` ```shell -- [E006] Unbound Identifier Error: /Users/bibou/Projects/EPFL/dotty/compiler/../tests/run/tMain.scala:5:9 ------------- 5 | this(foo) | ^^^ | not found: foo Compilation failed for: '../tests/run/tMain.scala' ```