[test] Run irText tests against K1 frontend for JS
This commit is contained in:
committed by
Space Team
parent
502a0b7e10
commit
27ccef868a
@@ -5,7 +5,7 @@ fun useSuspendVararg(vararg sfn: suspend () -> Unit) {}
|
||||
|
||||
fun testSuspendConversionInVarargElementsSome(
|
||||
f1: () -> Unit,
|
||||
sf2: suspend () -> Unit
|
||||
sf2: suspend () -> Unit,
|
||||
f3: () -> Unit,
|
||||
) {
|
||||
useSuspendVararg(f1, sf2, f3)
|
||||
|
||||
Reference in New Issue
Block a user