summaryrefslogtreecommitdiff
path: root/test/files/res
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2007-01-08 08:59:31 +0000
committerMartin Odersky <odersky@gmail.com>2007-01-08 08:59:31 +0000
commit7931d3dbaf84016b7a1e5030775888d65a42f5b2 (patch)
tree89757f424b393741c95b6a8b87a05a622e41da54 /test/files/res
parentdae92a5589e0719ab6fa22f047deb35d25c14fc4 (diff)
downloadscala-7931d3dbaf84016b7a1e5030775888d65a42f5b2.tar.gz
scala-7931d3dbaf84016b7a1e5030775888d65a42f5b2.tar.bz2
scala-7931d3dbaf84016b7a1e5030775888d65a42f5b2.zip
added one test, changed to check files.
Diffstat (limited to 'test/files/res')
-rw-r--r--test/files/res/bug687.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/res/bug687.check b/test/files/res/bug687.check
index 7bea791077..52f80bbe27 100644
--- a/test/files/res/bug687.check
+++ b/test/files/res/bug687.check
@@ -1,6 +1,6 @@
nsc>
-nsc> bug687/QueryB.scala:3 error: name clash between defined and inherited member:
+nsc> bug687/QueryB.scala:3: error: name clash between defined and inherited member:
method equals:(java.lang.Object)scala.Boolean and
method equals:(scala.Any)scala.Boolean in class Any
have same type after erasure: (java.lang.Object)scala.Boolean