summaryrefslogtreecommitdiff
path: root/test/files/neg/t5354.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5354.check')
-rw-r--r--test/files/neg/t5354.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t5354.check b/test/files/neg/t5354.check
new file mode 100644
index 0000000000..e47cecb5fe
--- /dev/null
+++ b/test/files/neg/t5354.check
@@ -0,0 +1,7 @@
+t5354.scala:9: error: ambiguous implicit values:
+ both method x123 in package foo of type => foo.Bippy
+ and method z of type => foo.Bippy
+ match expected type foo.Bippy
+ implicitly[Bippy]
+ ^
+one error found