summaryrefslogtreecommitdiff
path: root/test/neg/seqtest.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/neg/seqtest.check')
-rw-r--r--test/neg/seqtest.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/neg/seqtest.check b/test/neg/seqtest.check
index d3a04e8e51..42d3a71a9c 100644
--- a/test/neg/seqtest.check
+++ b/test/neg/seqtest.check
@@ -1,6 +1,7 @@
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.
+and method L: [a](a*)scala.Seq[a]
+match argument types (scala.Seq[scala.Int])
val c = L(a);
^
one error found