7 lines
108 B
Kotlin
Vendored
7 lines
108 B
Kotlin
Vendored
// "Add 'operator' modifier" "true"
|
|
class A {
|
|
fun get(i: Int): String = ""
|
|
}
|
|
|
|
fun foo() = A()<caret>[0]
|