blob: c24e98a22bf5768a893045e636c24624d12a6dc0 [file] [log] [blame]
fun foo(a: Array<Int>) {
a[0]++
}