summaryrefslogtreecommitdiff
path: root/test/files/neg/stable.check
blob: f9e56d5b61e62dda3d9b894ca87253d37978b035 (plain) (blame)
1
2
3
4
5
6
7
stable.scala:10: stable identifier required, but test.this.y found.
    type b = y.T;
             ^
stable.scala:11: stable identifier required, but test.this.z found.
    type c = z.T;
             ^
two errors found