summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/files/neg/t4728.check7
-rw-r--r--test/files/neg/t4728.scala (renamed from test/pending/run/t4728.scala)0
-rw-r--r--test/pending/run/t4728.check2
3 files changed, 7 insertions, 2 deletions
diff --git a/test/files/neg/t4728.check b/test/files/neg/t4728.check
new file mode 100644
index 0000000000..c6ef182d34
--- /dev/null
+++ b/test/files/neg/t4728.check
@@ -0,0 +1,7 @@
+t4728.scala:10: error: ambiguous reference to overloaded definition,
+both method f in object Ambiguous of type (ys: Y*)Int
+and method f in object Ambiguous of type (x: X)Int
+match argument types (Y) and expected result type Any
+ println(Ambiguous.f(new Y))
+ ^
+one error found
diff --git a/test/pending/run/t4728.scala b/test/files/neg/t4728.scala
index 36f7860613..36f7860613 100644
--- a/test/pending/run/t4728.scala
+++ b/test/files/neg/t4728.scala
diff --git a/test/pending/run/t4728.check b/test/pending/run/t4728.check
deleted file mode 100644
index 7a754f414c..0000000000
--- a/test/pending/run/t4728.check
+++ /dev/null
@@ -1,2 +0,0 @@
-1
-2 \ No newline at end of file