// CHECK: // Mangled name: #testSuspendConversionInVarargElementsAll(kotlin.Function0;kotlin.Function0;kotlin.Function0){} // Public signature: /testSuspendConversionInVarargElementsAll|7160265821198055848[0] // Public signature debug description: testSuspendConversionInVarargElementsAll(kotlin.Function0;kotlin.Function0;kotlin.Function0){} fun testSuspendConversionInVarargElementsAll(f1: Function0, f2: Function0, f3: Function0): Unit // CHECK: // Mangled name: #testSuspendConversionInVarargElementsSome(kotlin.Function0;kotlin.coroutines.SuspendFunction0;kotlin.Function0){} // Public signature: /testSuspendConversionInVarargElementsSome|1432579013054877862[0] // Public signature debug description: testSuspendConversionInVarargElementsSome(kotlin.Function0;kotlin.coroutines.SuspendFunction0;kotlin.Function0){} fun testSuspendConversionInVarargElementsSome(f1: Function0, sf2: SuspendFunction0, f3: Function0): Unit // CHECK: // Mangled name: #useSuspendVararg(kotlin.Array>...){} // Public signature: /useSuspendVararg|6945312118968967398[0] // Public signature debug description: useSuspendVararg(kotlin.Array>...){} fun useSuspendVararg(vararg sfn: SuspendFunction0): Unit