summaryrefslogblamecommitdiff
path: root/test/neg/bug95.check
blob: d142a27b6ff20a4cdbca80e91b2e902276e90b6d (plain) (tree)
1
2
3
4
5
6
7






                                                             
test/neg/bug95.scala:1: illegal inheritance from sealed class
class C extends AnyVal;
                ^
test/neg/bug95.scala:2: illegal inheritance from sealed class
class T extends Unit;
                ^
two errors found