summaryrefslogtreecommitdiff
path: root/test/neg/bug44.check
blob: 9347758ac9583e38c9bf8bc755f3b897f5241bfa (plain) (blame)
1
2
3
4
5
6
bug44.scala:2: type mismatch;
 found   : scala.Object
 required: scala.Object { def t: scala.Int }
  var x: Object { def t: Int; } = new Object() {
                                  ^
one error found