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 4a7e6e9 commit 53ce5d3Copy full SHA for 53ce5d3
src/script/scala/progscala3/objectsystem/hashcode/CaseObjectHashCode.scala
@@ -12,5 +12,5 @@ println(s"O1: ${O1.hashCode} == ${"O1".hashCode}")
12
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"O3.O4 vs. O4: ${O3.O4.hashCode} == ${"O4".hashCode}")
+println(s"O3.O4 vs. O3: ${O3.O4.hashCode} != ${"O3".hashCode}")
0 commit comments