summaryrefslogtreecommitdiff
path: root/test/files/neg/t0816.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t0816.check')
-rw-r--r--test/files/neg/t0816.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t0816.check b/test/files/neg/t0816.check
new file mode 100644
index 0000000000..ff6489be99
--- /dev/null
+++ b/test/files/neg/t0816.check
@@ -0,0 +1,4 @@
+t0816.scala:5: error: case class `class Ctest' has case ancestor `class Btest'. Case-to-case inheritance is prohibited. To overcome this limitation use extractors to pattern match on non-leaf nodes.
+case class Ctest(override val data: String) extends Btest(data, true)
+ ^
+one error found