[FIR] Consider call site in argument mapping handling for set operator call
^KT-56542 Fixed ^KT-56714 Fixed
This commit is contained in:
committed by
Space Team
parent
cbc8b74e89
commit
df47581c5a
@@ -15,5 +15,5 @@ fun main() {
|
||||
1.set(2, z = 1)
|
||||
1[2] += 1
|
||||
|
||||
1.set(2, 1)
|
||||
1.set(2, <!NO_VALUE_FOR_PARAMETER!>1)<!>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user