summaryrefslogtreecommitdiff
path: root/test/files/res/bug687.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-11-29 13:11:31 +0000
committermichelou <michelou@epfl.ch>2006-11-29 13:11:31 +0000
commitf9da023c4e7d57e38ba0041e0ee31b9ee46ec4a9 (patch)
tree46e7bc64451aec5325e0d06a671cd5b549ab29fd /test/files/res/bug687.check
parent50c411759b491a88d7ffca8fcda9bce9d22ac22c (diff)
downloadscala-f9da023c4e7d57e38ba0041e0ee31b9ee46ec4a9.tar.gz
scala-f9da023c4e7d57e38ba0041e0ee31b9ee46ec4a9.tar.bz2
scala-f9da023c4e7d57e38ba0041e0ee31b9ee46ec4a9.zip
renamed directory 'resident' to match '--res' o...
renamed directory 'resident' to match '--res' option
Diffstat (limited to 'test/files/res/bug687.check')
-rw-r--r--test/files/res/bug687.check11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/res/bug687.check b/test/files/res/bug687.check
new file mode 100644
index 0000000000..7bea791077
--- /dev/null
+++ b/test/files/res/bug687.check
@@ -0,0 +1,11 @@
+
+nsc>
+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
+ override def equals(o : Object) = false;
+ ^
+
+nsc>
+nsc> \ No newline at end of file