From ed8f3f0b9b31e75b14933e889d6aa105d2c0f0b7 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Thu, 19 Apr 2007 17:17:01 +0000 Subject: suppress "scala." prefix in string representati... suppress "scala." prefix in string representation of types (in error messages,..) --- test/files/neg/bug752.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/bug752.check') diff --git a/test/files/neg/bug752.check b/test/files/neg/bug752.check index 5eddaf2a20..7559a497ce 100644 --- a/test/files/neg/bug752.check +++ b/test/files/neg/bug752.check @@ -1,6 +1,6 @@ bug752.scala:6: error: type mismatch; - found : (String) => scala.Unit - required: (scala.Int) => scala.Unit + found : (String) => Unit + required: (Int) => Unit f(&g) ^ one error found -- cgit v1.2.3