bd38363077
To explicitly specify which test are failing
8 lines
136 B
Kotlin
Vendored
8 lines
136 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
class A {
|
|
fun contains(x: Any): Boolean = false
|
|
}
|
|
|
|
fun foo() = 0 i<caret>n A()
|
|
|
|
/* IGNORE_FIR */ |