summaryrefslogtreecommitdiff
path: root/test/files/neg/seqtest.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/seqtest.check')
-rw-r--r--test/files/neg/seqtest.check7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/files/neg/seqtest.check b/test/files/neg/seqtest.check
deleted file mode 100644
index 42d3a71a9c..0000000000
--- a/test/files/neg/seqtest.check
+++ /dev/null
@@ -1,7 +0,0 @@
-seqtest.scala:11: ambiguous reference to overloaded definition,
-both method L: [a](scala.Seq[a])scala.Seq[a]
-and method L: [a](a*)scala.Seq[a]
-match argument types (scala.Seq[scala.Int])
- val c = L(a);
- ^
-one error found