summaryrefslogtreecommitdiff
path: root/test/files/neg/t4134.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t4134.check')
-rw-r--r--test/files/neg/t4134.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t4134.check b/test/files/neg/t4134.check
new file mode 100644
index 0000000000..35a1820b0a
--- /dev/null
+++ b/test/files/neg/t4134.check
@@ -0,0 +1,4 @@
+t4134.scala:22: error: Member method f of mixin trait T2 is missing a concrete super implementation.
+class Konkret extends T3
+ ^
+one error found