Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fa6706d92e6b4fd10bdb26da483b20467cd68a42
/
.
/
compiler
/
testData
/
diagnostics
/
tests
/
AssignToArrayElement.txt
blob: 15712579dc1abb31c510a4589f2e2342bc8563c2 [
file
]
package
public fun fn(): kotlin.Unit
public fun getArray(): kotlin.Array<kotlin.Int>
public fun getList(): kotlin.collections.MutableList<kotlin.Int>
public fun getNullableList(): kotlin.collections.MutableList<kotlin.Int>?