bd38363077
To explicitly specify which test are failing
8 lines
125 B
Kotlin
Vendored
8 lines
125 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
class A {
|
|
fun get(i: Int): String = ""
|
|
}
|
|
|
|
fun foo() = A()<caret>[0]
|
|
|
|
/* IGNORE_FIR */ |