blob: c661a9d0a4f717f1e9b726dc9deb1dcc04956785 [file] [log] [blame]
fun foo(a: Array<Int>, i: Int) {
a.get(i)
}