summaryrefslogtreecommitdiff
path: root/test/files/neg/t0699.check
blob: c944da8c105ad410a03262152ab76ff13c44c1d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
B.scala:2: error: illegal inheritance from sealed trait T
  trait T1 extends A.T
                     ^
B.scala:3: error: illegal inheritance from sealed class C
  trait T2 extends A.C
                     ^
B.scala:4: error: illegal inheritance from sealed class C
  class C1 extends A.C
                     ^
three errors found