[FIR] Add desugaring of array assignments and resolve of it
#KT-37516 Fixed
This commit is contained in:
@@ -13,7 +13,7 @@ operator fun Int.set(s: Int, x: String = "", z: Int) {
|
||||
fun main() {
|
||||
<!INAPPLICABLE_CANDIDATE!>1[2] = 1<!>
|
||||
1.set(2, z = 1)
|
||||
1[2] += 1
|
||||
<!UNRESOLVED_REFERENCE!>1[2] += 1<!>
|
||||
|
||||
1.<!INAPPLICABLE_CANDIDATE!>set<!>(2, 1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user