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