summaryrefslogtreecommitdiff
path: root/test/neg/bug144.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/bug144.check')
-rw-r--r--test/neg/bug144.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/neg/bug144.check b/test/neg/bug144.check
new file mode 100644
index 0000000000..3342654b90
--- /dev/null
+++ b/test/neg/bug144.check
@@ -0,0 +1,4 @@
+bug144.scala:2: trait I is inherited twice
+class C with I with I;
+ ^
+one error found