summaryrefslogblamecommitdiff
path: root/test/files/neg/null-unsoundness.check
blob: bc0b5c996ca1c03625bde69e0d2cb063d53154c8 (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.A with A.this.D, is volatile.
  var y: x.T = new C("abc")
         ^
one error found