// "Generate 'hashCode()'" "true" // TOOL: org.jetbrains.kotlin.idea.inspections.EqualsOrHashCodeInspection expect class WithConstructor(x: Int, s: String) { val x: Int val s: String override fun equals(other: Any?): Boolean override fun hashCode(): Int }