Files
kotlin-fork/compiler/testData/diagnostics/tests/AssignToArrayElement.txt
T
2023-08-17 15:13:38 +00:00

8 lines
226 B
Plaintext
Vendored

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>?