summaryrefslogtreecommitdiff
path: root/test/files/neg/bug588.check
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
committerIulian Dragos <jaguarul@gmail.com>2008-05-19 18:05:33 +0000
commitcef268814af8845b5879130a9b64d772e75163b3 (patch)
tree9163649df167be1208532b0db7f21893664139ad /test/files/neg/bug588.check
parentf1954d9a3570572f5b79511c4eec7b6ceb7a9dd1 (diff)
downloadscala-cef268814af8845b5879130a9b64d772e75163b3.tar.gz
scala-cef268814af8845b5879130a9b64d772e75163b3.tar.bz2
scala-cef268814af8845b5879130a9b64d772e75163b3.zip
More deprecation warnings fixed.
Diffstat (limited to 'test/files/neg/bug588.check')
-rw-r--r--test/files/neg/bug588.check6
1 files changed, 3 insertions, 3 deletions
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