[FIR] Add desugaring of array assignments and resolve of it
#KT-37516 Fixed
This commit is contained in:
+1
-1
@@ -16,5 +16,5 @@ fun test() {
|
||||
val c = C()
|
||||
c[0] += ""
|
||||
var c1 = C1()
|
||||
c1[0] += ""
|
||||
<!AMBIGUITY!>c1[0] += ""<!>
|
||||
}
|
||||
Reference in New Issue
Block a user