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/neg/S4.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/neg/S4.check') diff --git a/test/neg/S4.check b/test/neg/S4.check index 7fd616488b..c4ccb91923 100644 --- a/test/neg/S4.check +++ b/test/neg/S4.check @@ -1,4 +1,4 @@ -S4.scala:5: stable identifier required, but a found. +./neg/S4.scala:5: stable identifier required, but a found. def foo(x: a.Inner) = x; ^ one error found -- cgit v1.2.3