summaryrefslogtreecommitdiff
path: root/test/files/run/fail-non-value-types.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/fail-non-value-types.check')
-rw-r--r--test/files/run/fail-non-value-types.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/fail-non-value-types.check b/test/files/run/fail-non-value-types.check
new file mode 100644
index 0000000000..714dce2c50
--- /dev/null
+++ b/test/files/run/fail-non-value-types.check
@@ -0,0 +1,3 @@
+[B, That](f: A => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList.this.Repr,B,That])That
+[B, That](f: Int => B)(implicit cbf: ImaginaryCanBuildFrom[CompletelyIndependentList[Int]#Repr,B,That])That
+()CompletelyIndependentList[A]