summaryrefslogtreecommitdiff
path: root/test/files/neg/t3160ambiguous.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t3160ambiguous.check')
-rw-r--r--test/files/neg/t3160ambiguous.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t3160ambiguous.check b/test/files/neg/t3160ambiguous.check
new file mode 100644
index 0000000000..e80d9a5461
--- /dev/null
+++ b/test/files/neg/t3160ambiguous.check
@@ -0,0 +1,7 @@
+t3160ambiguous.scala:8: error: reference to Node is ambiguous;
+it is imported twice in the same scope by
+import scala.xml._
+and import Bippy._
+ def f(x: Node): String = ??? // ambiguous, because Bippy.Node is accessible
+ ^
+one error found