summaryrefslogtreecommitdiff
path: root/test/files/neg/t8104.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t8104.check')
-rw-r--r--test/files/neg/t8104.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t8104.check b/test/files/neg/t8104.check
new file mode 100644
index 0000000000..69b3461bd5
--- /dev/null
+++ b/test/files/neg/t8104.check
@@ -0,0 +1,4 @@
+Test_2.scala:20: error: could not find implicit value for parameter e: Generic.Aux[Test.C,(Int, Int)]
+ implicitly[Generic.Aux[C, (Int, Int)]]
+ ^
+one error found