summaryrefslogtreecommitdiff
path: root/test/files/neg/t0699.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0699.check')
-rw-r--r--test/files/neg/t0699.check6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/files/neg/t0699.check b/test/files/neg/t0699.check
index c944da8c10..45d3e849cc 100644
--- a/test/files/neg/t0699.check
+++ b/test/files/neg/t0699.check
@@ -1,10 +1,10 @@
-B.scala:2: error: illegal inheritance from sealed trait T
+B.scala:2: error: illegal inheritance from sealed trait T: t0699/B.scala != t0699/A.scala
trait T1 extends A.T
^
-B.scala:3: error: illegal inheritance from sealed class C
+B.scala:3: error: illegal inheritance from sealed class C: t0699/B.scala != t0699/A.scala
trait T2 extends A.C
^
-B.scala:4: error: illegal inheritance from sealed class C
+B.scala:4: error: illegal inheritance from sealed class C: t0699/B.scala != t0699/A.scala
class C1 extends A.C
^
three errors found