summaryrefslogtreecommitdiff
path: root/test/neg/bug95.check
blob: 0f67daa2fe4151b168218f391306889fd6a87e4a (plain) (blame)
1
2
3
4
5
6
7
bug95.scala:1: illegal inheritance from sealed class
class C extends AnyVal;
                ^
bug95.scala:2: illegal inheritance from sealed class
class T extends Unit;
                ^
two errors found