From a00b0c60a7fae1f7e1cfb305fd95aad7d73ae5a0 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Fri, 16 Jun 2006 11:06:17 +0000 Subject: --- test/files/neg/bug608.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files/neg/bug608.check') diff --git a/test/files/neg/bug608.check b/test/files/neg/bug608.check index a4b2664b58..17d39265d9 100644 --- a/test/files/neg/bug608.check +++ b/test/files/neg/bug608.check @@ -1,6 +1,6 @@ -bug608.scala:16 error: no type parameters for method bimap: ((ha) => c)hs{override type a = c} exist so that it can be applied to arguments ((ha) => ha) - --- because --- -result type hs{override type a = c} is incompatible with expected type hs{override type s = hs; override type a = ha} +bug608.scala:16 error: type mismatch; + found : (a) => a + required: (ha) => ? = g(f(x).bimap(id)) - ^ + ^ one error found -- cgit v1.2.3