From cef268814af8845b5879130a9b64d772e75163b3 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 19 May 2008 18:05:33 +0000 Subject: More deprecation warnings fixed. --- test/files/neg/bug588.check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/files/neg/bug588.check') diff --git a/test/files/neg/bug588.check b/test/files/neg/bug588.check index 59e4229192..f4129d62a2 100644 --- a/test/files/neg/bug588.check +++ b/test/files/neg/bug588.check @@ -1,8 +1,8 @@ bug588.scala:3: error: double definition: -method visit:((int) => String)boolean and -method visit:((int) => unit)boolean at line 2 +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 + def visit(f: Int => String): Boolean ^ bug588.scala:10: error: double definition: method f:(Test.this.TypeB)Unit and -- cgit v1.2.3