aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t963.check
blob: 4dc202c7bd14b2a65da227cfd0c43ee0ef98f049 (plain) (blame)
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   : AnyRef{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