If two objects exist, that have no content and the same type, how exactly is the hashcode determined by default in Scala? Is it JVM specific or is there code in the scala github repo I could look at? (I could not find it there)
I did look for similar questions, but they were all java specific, not sure if the Scala team did anything different.