4 lines
57 B
Kotlin
Vendored
4 lines
57 B
Kotlin
Vendored
fun foo(i: Int) {
|
|
Array(1, { 42 })[(i + i<caret>)]
|
|
}
|