Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
4f8dad3e4ba00e23b4182ef4c50194b20bd43c8f
/
.
/
analysis
/
analysis-api
/
testData
/
referenceResolve
/
arrayAccess
/
set.kt
blob: 4785068eca698bacd48d10a6e7741ce0f25bd979 [
file
]
fun a
()
{
val list
=
mutableListOf
(
1
)
list
<caret>
[
0
]
=
1
}