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