legacy-svn-scala/test/files/neg/bug1241.check

5 lines
180 B
Plaintext

bug1241.scala:5: error: class type required but AnyRef{def hello(): Unit} found
val x4 = new T { def hello() { println("4") } } // error!
^
one error found