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.
3.3.1
enum Test: case A Test.A.hashCode
Scastie
The outputted value changes for each run. Most likely the hashCode is being computed from the memory position.
The hashCode should be stable across multiple JVMs.