summaryrefslogtreecommitdiff
path: root/test/files/neg/t8291.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8291.check')
-rw-r--r--test/files/neg/t8291.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/neg/t8291.check b/test/files/neg/t8291.check
new file mode 100644
index 0000000000..c9972e5575
--- /dev/null
+++ b/test/files/neg/t8291.check
@@ -0,0 +1,7 @@
+t8291.scala:5: error: Could not find implicit for Int or String
+ implicitly[X[Int, String]]
+ ^
+t8291.scala:6: error: Could not find implicit for Int or String
+ implicitly[Z[String]]
+ ^
+two errors found