blob: aea4a7cc60231c05da5e34603d114a01adbd879c [file] [log] [blame]
val p = 0
fun foo() = 1
fun test(a: IntArray) =
a[0] + a[p] + a[foo()]