From 96d7374b9bfd9c4917793a55149ac227fabbc3f3 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 31 May 2007 18:43:38 +0000 Subject: Capitalized type params in Predef, fixed bug in... Capitalized type params in Predef, fixed bug in URLZipArchive --- test/files/neg/variances.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/variances.check') diff --git a/test/files/neg/variances.check b/test/files/neg/variances.check index 006fd49e9f..7f46b656bc 100644 --- a/test/files/neg/variances.check +++ b/test/files/neg/variances.check @@ -1,4 +1,4 @@ -variances.scala:2: error: covariant type a occurs in contravariant position in type Vector[a] of value x - def append(x: Vector[a]): Vector[a] +variances.scala:2: error: covariant type A occurs in contravariant position in type Vector[A] of value x + def append(x: Vector[A]): Vector[A] ^ one error found -- cgit v1.2.3