Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
ec80c21fd118667fdb2e851da7eea5d76d95eb52
/
.
/
compiler
/
testData
/
cfg
/
arrays
/
arrayIncUnresolved.kt
blob: 32828e31321598e068dbe529c95bd6306458162a [
file
] [
log
] [
blame
]
class
A
fun foo
(
a
:
A
)
{
a
[
0
]++
}