Files
kotlin-fork/compiler/testData/loadJava/compiledKotlin/fun/vararg/nonLastVararg.fir.k2.txt
T
Dmitriy Novozhilov 6287968511 [FIR Test] Migrate AbstractFirLoadCompiledKotlin to new test infrastructure
Also introduce two different modes for those tests:
- load metadata compiled with K1
- load metadata compiled with K2
2023-04-19 14:33:25 +00:00

4 lines
197 B
Plaintext
Vendored

public final fun f(vararg t: R|kotlin/IntArray|, f: R|() -> kotlin/Unit|): R|kotlin/Unit|
public final fun f(vararg t: R|kotlin/Array<out kotlin/String>|, f: R|() -> kotlin/Unit|): R|kotlin/Unit|