We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e03e3d commit fda77b4Copy full SHA for fda77b4
tests/run/t6534.scala
@@ -8,7 +8,7 @@ object Test {
8
def main(args: Array[String]): Unit = {
9
val b1 = new Bippy1(71)
10
val b2 = new Bippy2(71)
11
- assert(b1 == b1)
+ assert(b1 != b1)
12
assert(b1.## == b1.x.##, "hash differs1 " + ((b1, b1.##)))
13
assert(b2 == b2)
14
// assert(b2.## == b2.x.##, "hash differs2 " + ((b2, b2.##, b2.x.##)))
0 commit comments