summaryrefslogtreecommitdiff
path: root/test/files/neg/t4842a.check
blob: 39d77bfc48ce5dca8a49a17a23e89338f1c4c70a (plain) (blame)
1
2
3
4
t4842a.scala:2: error: self constructor arguments cannot reference unconstructed `this`
  def this(x: Int) = this(new { println(Foo.this)}) // error
                                        ^
one error found