aboutsummaryrefslogtreecommitdiff
path: root/tests/untried/neg/t0226.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/untried/neg/t0226.check')
-rw-r--r--tests/untried/neg/t0226.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/untried/neg/t0226.check b/tests/untried/neg/t0226.check
new file mode 100644
index 000000000..247f1f244
--- /dev/null
+++ b/tests/untried/neg/t0226.check
@@ -0,0 +1,10 @@
+t0226.scala:5: error: not found: type A1
+ (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =
+ ^
+t0226.scala:5: error: not found: type A1
+ (implicit _1: Foo[List[A1]], _2: Foo[A2]): Foo[Tuple2[List[A1], A2]] =
+ ^
+t0226.scala:8: error: could not find implicit value for parameter rep: Test.this.Foo[((List[Char], Int), (scala.collection.immutable.Nil.type, Int))]
+ foo(((List('b'), 3), (Nil, 4)))
+ ^
+three errors found