cb28387da4
#KT-27595 Fixed
9 lines
247 B
Kotlin
Vendored
9 lines
247 B
Kotlin
Vendored
// "Generate 'hashCode()'" "true"
|
|
// TOOL: org.jetbrains.kotlin.idea.inspections.EqualsOrHashCodeInspection
|
|
|
|
expect class With<caret>Constructor(x: Int, s: String) {
|
|
val x: Int
|
|
val s: String
|
|
|
|
override fun equals(other: Any?): Boolean
|
|
} |