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 a8823d2 commit 4a7e6e9Copy full SHA for 4a7e6e9
src/script/scala/progscala3/objectsystem/hashcode/CaseObjectHashCode.scala
@@ -13,4 +13,4 @@ println(s"O2: ${O2.hashCode} == ${"O2".hashCode}")
13
println(s"O3: ${O3.hashCode} != ${"O3".hashCode}")
14
println(s"O3.O4: ${O3.O4.hashCode} != ${"O3.O4".hashCode}")
15
println(s"03.04 vs. 04: ${O3.O4.hashCode} == ${"O4".hashCode}")
16
-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