summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-02-10 13:58:24 -0800
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-02-10 13:58:24 -0800
commit59fc37ade773f66eb05c7b2cfebe03abaf767c51 (patch)
tree52bf6e9c9bec2bc39f51c2696340ad7e434c3aee /test/files/run
parentc611f7b91414831e4de86e07c6310865b075b98d (diff)
parent127a7679c105ed1ff18350978d3ddf81a5dd07fa (diff)
downloadscala-59fc37ade773f66eb05c7b2cfebe03abaf767c51.tar.gz
scala-59fc37ade773f66eb05c7b2cfebe03abaf767c51.tar.bz2
scala-59fc37ade773f66eb05c7b2cfebe03abaf767c51.zip
Merge pull request #3497 from adriaanm/rebase-3464
Make Object#== override Any#==
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/reflection-magicsymbols-invoke.check4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/files/run/reflection-magicsymbols-invoke.check b/test/files/run/reflection-magicsymbols-invoke.check
index 43116858de..037ba33d21 100644
--- a/test/files/run/reflection-magicsymbols-invoke.check
+++ b/test/files/run/reflection-magicsymbols-invoke.check
@@ -36,12 +36,10 @@ it's important to print the list of AnyRef's members
if some of them change (possibly, adding and/or removing magic symbols), we must update this test
constructor Object: ()java.lang.Object
method !=: (x$1: Any)Boolean
-method !=: (x$1: AnyRef)Boolean
method ##: ()Int
method $asInstanceOf: [T0]()T0
method $isInstanceOf: [T0]()Boolean
method ==: (x$1: Any)Boolean
-method ==: (x$1: AnyRef)Boolean
method asInstanceOf: [T0]=> T0
method clone: ()java.lang.Object
method eq: (x$1: AnyRef)Boolean
@@ -84,12 +82,10 @@ if some of them change (possibly, adding and/or removing magic symbols), we must
constructor Array: (_length: Int)Array[T]
constructor Cloneable: ()java.lang.Cloneable
method !=: (x$1: Any)Boolean
-method !=: (x$1: AnyRef)Boolean
method ##: ()Int
method $asInstanceOf: [T0]()T0
method $isInstanceOf: [T0]()Boolean
method ==: (x$1: Any)Boolean
-method ==: (x$1: AnyRef)Boolean
method apply: (i: Int)T
method asInstanceOf: [T0]=> T0
method clone: ()Array[T]