From aae227ba010e11622442743d6f3f9f23d29c1e6b Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 9 Dec 2008 13:17:37 +0000 Subject: corrected check file --- test/files/neg/bug521.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug521.check') diff --git a/test/files/neg/bug521.check b/test/files/neg/bug521.check index eda06ff9f6..d8e92688dd 100644 --- a/test/files/neg/bug521.check +++ b/test/files/neg/bug521.check @@ -9,7 +9,7 @@ bug521.scala:13: error: class ZipArchive needs to be abstract, since method path final class ZipArchive(val file : File, archive : ZipFile) extends PlainFile(file) { ^ bug521.scala:15: error: overriding value path in class VirtualFile of type String; - method path is not stable + method path needs to be a stable, immutable value override def path = ""; ^ four errors found -- cgit v1.2.3