From 7444097917bf2e71af8160de202795828a0086cb Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Mon, 19 Nov 2007 18:08:48 +0000 Subject: added tests --- test/files/neg/t0226.check | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/files/neg/t0226.check (limited to 'test/files/neg/t0226.check') diff --git a/test/files/neg/t0226.check b/test/files/neg/t0226.check new file mode 100644 index 0000000000..1d9f7077ef --- /dev/null +++ b/test/files/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: no implicit argument matching parameter type Test.this.Foo[((List[Char], Int), (object Nil, Int))] was found. + foo(((List('b'), 3), (Nil, 4))) + ^ +three errors found -- cgit v1.2.3