From 34572d6e7aa24b93a0dba89e214ec2869b44d68c Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Wed, 23 Jul 2008 14:19:45 +0000 Subject: (1) made base type sequences lazy in their argu... (1) made base type sequences lazy in their arguments. Made `validateType' in RefChecks more lenient. First shot at allowing higher-kinded intersection types. --- test/files/neg/t0152.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t0152.check') diff --git a/test/files/neg/t0152.check b/test/files/neg/t0152.check index 391f3fbb64..562e6f1c2c 100644 --- a/test/files/neg/t0152.check +++ b/test/files/neg/t0152.check @@ -1,6 +1,6 @@ t0152.scala:10: error: illegal inheritance; object boom inherits different type instances of class Value: -Value[java.lang.String] and Value[Int] +Value[Int] and Value[java.lang.String] object boom extends Value[java.lang.String]("foo") with PlusOne ^ one error found -- cgit v1.2.3