summaryrefslogtreecommitdiff
path: root/test/files/neg/t5923c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t5923c.check')
-rw-r--r--test/files/neg/t5923c.check4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/files/neg/t5923c.check b/test/files/neg/t5923c.check
new file mode 100644
index 0000000000..6d3d6b1b78
--- /dev/null
+++ b/test/files/neg/t5923c.check
@@ -0,0 +1,4 @@
+Test_2.scala:7: error: could not find implicit value for parameter iso: Iso[Test.Foo,L]
+ val equiv = foo(Foo(23, "foo", true))
+ ^
+one error found