summaryrefslogtreecommitdiff
path: root/test/neg/overlapping.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/overlapping.check')
-rw-r--r--test/neg/overlapping.check6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/neg/overlapping.check b/test/neg/overlapping.check
deleted file mode 100644
index 68251d32f7..0000000000
--- a/test/neg/overlapping.check
+++ /dev/null
@@ -1,6 +0,0 @@
-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