// PROBLEM: none data class My(val x: Int, val y: String) { override fun hashCode() = super.hashCode() }