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