summaryrefslogblamecommitdiff
path: root/test/files/neg/t963.check
blob: 1f2d0687b3883fb252fe093c889d0447c5f335b7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                            
t963.scala:14: error: stable identifier required, but Test.this.y3.x found.
  val w3 : y3.x.type = y3.x
              ^
t963.scala:17: error: stable identifier required, but Test.this.y4.x found.
  val w4 : y4.x.type = y4.x
              ^
t963.scala:10: error: type mismatch;
 found   : Object{def x: Integer}
 required: AnyRef{val x: Integer}
  val y2 : { val x : java.lang.Integer  } = new { def x = new java.lang.Integer(r.nextInt) }
                                            ^
three errors found