From 3f64a5e88ede584696581dd363837006b0666a0e Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 13 Sep 2006 09:14:35 +0000 Subject: updated file bug708.check --- test/files/neg/bug708.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg') diff --git a/test/files/neg/bug708.check b/test/files/neg/bug708.check index 30b31b662a..305c084416 100644 --- a/test/files/neg/bug708.check +++ b/test/files/neg/bug708.check @@ -1,5 +1,5 @@ -bug708.scala:8 error: error overriding type A$$S in trait X with bounds >: scala.All <: A.this.T; - type A$$S has incompatible type scala.Any +bug708.scala:8 error: error overriding type S in trait X with bounds >: scala.All <: A.this.T; + type S has incompatible type scala.Any override private[A] type S = Any; ^ one error found -- cgit v1.2.3