summaryrefslogtreecommitdiff
path: root/test/files/neg/t1241.check
blob: e1ccf4172fa3aa409af133c70b078597c7362801 (plain) (blame)
1
2
3
4
t1241.scala:5: error: class type required but AnyRef{def hello(): Unit} found
  val x4 = new T { def hello() { println("4") } }        // error!
               ^
one error found