blob: c16842e7f4fdefcd5795043271edb3f52bfa2f2a [file]
fun foo(a: Array<Int>) {
3
a[10] = 4
2
a[10]
100
a[10] += 1
}