From 9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 16 Jun 2003 12:37:20 +0000 Subject: - Made SourceFile and Position scala-independan... - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name. --- test/files/neg/abstract.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/abstract.check') diff --git a/test/files/neg/abstract.check b/test/files/neg/abstract.check index 11d01ce3d9..c64b93b505 100644 --- a/test/files/neg/abstract.check +++ b/test/files/neg/abstract.check @@ -1,7 +1,7 @@ -abstract.scala:5: malformed type: A.this.T#T +./neg/abstract.scala:5: malformed type: A.this.T#T def foo1 = bar().bar(); ^ -abstract.scala:7: malformed type: A#T +./neg/abstract.scala:7: malformed type: A#T def foo3 = baz().bar(); ^ two errors found -- cgit v1.2.3