From a205b6b06e705711308c9ad3abac74ba66b6266f Mon Sep 17 00:00:00 2001 From: Sean McDirmid Date: Mon, 17 Sep 2007 16:36:10 +0000 Subject: Massive check-in for IDE. --- test/files/neg/bug588.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/files/neg/bug588.check') diff --git a/test/files/neg/bug588.check b/test/files/neg/bug588.check index b1e5340c91..59e4229192 100644 --- a/test/files/neg/bug588.check +++ b/test/files/neg/bug588.check @@ -3,11 +3,11 @@ method visit:((int) => String)boolean and method visit:((int) => unit)boolean at line 2 have same type after erasure: (Function1)Boolean def visit(f: int => String): boolean - ^ + ^ bug588.scala:10: error: double definition: 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