5 lines
80 B
Kotlin
Vendored
5 lines
80 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
class A {
|
|
fun <caret>contains(other: A): Int = -1
|
|
}
|