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/bug588.check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/files/neg/bug588.check') diff --git a/test/files/neg/bug588.check b/test/files/neg/bug588.check index f652292a2c..b1e5340c91 100644 --- a/test/files/neg/bug588.check +++ b/test/files/neg/bug588.check @@ -1,13 +1,13 @@ bug588.scala:3: error: double definition: method visit:((int) => String)boolean and method visit:((int) => unit)boolean at line 2 -have same type after erasure: (scala.Function1)scala.Boolean +have same type after erasure: (Function1)Boolean def visit(f: int => String): boolean ^ bug588.scala:10: error: double definition: -method f:(Test.this.TypeB)scala.Unit and -method f:(Test.this.TypeA)scala.Unit at line 9 -have same type after erasure: (Test#TraitA)scala.Unit +method f:(Test.this.TypeB)Unit and +method f:(Test.this.TypeA)Unit at line 9 +have same type after erasure: (Test#TraitA)Unit def f(brac : TypeB) : Unit; ^ two errors found -- cgit v1.2.3