summaryrefslogtreecommitdiff
path: root/test/files/neg/bug1241.check
blob: 79271f56bee2938f684754855d63e4993bc117d6 (plain) (blame)
1
2
3
4
bug1241.scala:5: error: AnyRef{def hello(): Unit} does not have a constructor
  val x4 = new T { def hello() { println("4") } }        // error!
               ^
one error found