[FIR] Fix augmented array set call on smartcasted receiver
#KT-60917 Fixed
This commit is contained in:
committed by
Space Team
parent
72957b9978
commit
640d1e3fc8
@@ -3,3 +3,5 @@ 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>?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user