[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
+11
@@ -0,0 +1,11 @@
|
||||
FILE: main.kt
|
||||
public final class Some : R|kotlin/Any| {
|
||||
public constructor(): R|Some| {
|
||||
super<R|kotlin/Any|>()
|
||||
}
|
||||
|
||||
public final fun test(handle: R|VarHandle|): R|kotlin/Unit| {
|
||||
R|<local>/handle|.R|/VarHandle.set|(vararg(this@R|/Some|, Boolean(false)))
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user