summaryrefslogblamecommitdiff
path: root/test/files/neg/null-unsoundness.check
blob: 5f28e76d065dfc87333badc32a97222f7789f253 (plain) (tree)
1
2
3
4
5




                                                                                       
null-unsoundness.scala:8: error: stable identifier required, but A.this.x found.
 Note that value x is not stable because its type, A.this.D with A.this.A, is volatile.
  var y: x.T = new C("abc")
         ^
one error found