summaryrefslogtreecommitdiff
path: root/test/files/neg/overlapping.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/overlapping.check')
-rw-r--r--test/files/neg/overlapping.check6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/files/neg/overlapping.check b/test/files/neg/overlapping.check
new file mode 100644
index 0000000000..68251d32f7
--- /dev/null
+++ b/test/files/neg/overlapping.check
@@ -0,0 +1,6 @@
+overlapping.scala:9: overlapping overloaded alternatives; the two following alternatives of method foo have the same erasure: ()Any
+ alternative 1: def foo: X.this.I
+ alternative 2: def foo: X.this.J
+ def foo: J;
+ ^
+one error found