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/constrs.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/constrs.check') diff --git a/test/files/neg/constrs.check b/test/files/neg/constrs.check index 9c0962f6bb..3680f292b2 100644 --- a/test/files/neg/constrs.check +++ b/test/files/neg/constrs.check @@ -11,7 +11,7 @@ constrs.scala:12: error: called constructor's definition must precede calling co def this(x: boolean) = this(x) ^ constrs.scala:16: error: type mismatch; - found : scala.Int(1) + found : Int(1) required: a def this() = this(1) ^ -- cgit v1.2.3