summaryrefslogblamecommitdiff
path: root/test/neg/bug44.scala
blob: 7989838250b7db37e4bfee5973c3f29b7fdaed52 (plain) (tree)
1
2
3
4
5




                                                
abstract class C {
  var x: Object { def t: Int; } = new Object() {
    def t: Int = 1;
  }
}