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 70b6bf9 commit 1810ddcCopy full SHA for 1810ddc
src/script/scala-2/progscala3/objectsystem/hashcode/CaseObjectHashCode.scala
@@ -15,4 +15,4 @@ println(s"O2: ${O2.hashCode} == ${"O2".hashCode}")
15
println(s"O3: ${O3.hashCode} != ${"O3".hashCode}")
16
println(s"O3.O4: ${O3.O4.hashCode} != ${"O3.O4".hashCode}")
17
println(s"03.04 vs. 04: ${O3.O4.hashCode} == ${"O4".hashCode}")
18
-println(s"03.04 vs. 03: ${O3.O4.hashCode} == ${"O3".hashCode}")
+println(s"03.04 vs. 03: ${O3.O4.hashCode} != ${"O3".hashCode}")
0 commit comments