02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
6 lines
80 B
Kotlin
Vendored
6 lines
80 B
Kotlin
Vendored
val p = 0
|
|
fun foo() = 1
|
|
|
|
fun test(a: IntArray) =
|
|
a[0] + a[p] + a[foo()]
|