checkLValue for array indexing expression should resolve set method #KT-7218 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package
|
||||
|
||||
internal fun fn(): kotlin.Unit
|
||||
internal fun getArray(): kotlin.Array<kotlin.Int>
|
||||
internal fun getList(): kotlin.MutableList<kotlin.Int>
|
||||
Reference in New Issue
Block a user