summaryrefslogblamecommitdiff
path: root/test/files/neg/t4842a.scala
blob: 78360effb42a80e902b79b9ce3d98a3577d59a50 (plain) (tree)
1
2
3


                                                            
class Foo (x: AnyRef) {
  def this(x: Int) = this(new { println(Foo.this)}) // error
}