4c62788c3e
#KT-31533 Fixed
5 lines
73 B
Kotlin
Vendored
5 lines
73 B
Kotlin
Vendored
// PROBLEM: none
|
|
class A {
|
|
fun <caret>contains(other: A): Int = -1
|
|
}
|