4c62788c3e
#KT-31533 Fixed
4 lines
62 B
Kotlin
Vendored
4 lines
62 B
Kotlin
Vendored
class A {
|
|
fun <caret>contains(other: A): Boolean = true
|
|
}
|