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