Files
kotlin-fork/compiler/fir/analysis-tests/testData/resolve/arguments/varargFromJava.fir.txt
T
Dmitriy Novozhilov df47581c5a [FIR] Consider call site in argument mapping handling for set operator call
^KT-56542 Fixed
^KT-56714 Fixed
2023-02-28 09:17:40 +00:00

12 lines
320 B
Plaintext
Vendored

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)))
}
}