Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
9fc4d94d04f972782fee2dc5b3b25d052d88601a
/
.
/
compiler
/
testData
/
cfg
/
arrays
/
ArrayAccess.kt
blob: c16842e7f4fdefcd5795043271edb3f52bfa2f2a [
file
]
fun foo
(
a
:
Array
<
Int
>)
{
3
a
[
10
]
=
4
2
a
[
10
]
100
a
[
10
]
+=
1
}