Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5e49b472f81ed95098eec9749aa2ad0415fac731
/
.
/
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>?