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