0cad4c9632
Covers: - suspend functional local variables - overloads - custom types with invoke operator
6 lines
289 B
Plaintext
Vendored
6 lines
289 B
Plaintext
Vendored
FILE: invokeSuspend.kt
|
|
public final suspend fun foo(action: R|suspend () -> kotlin/Unit|): R|kotlin/Unit| {
|
|
lval x: R|suspend () -> kotlin/Unit| = R|<local>/action|
|
|
R|<local>/x|.R|SubstitutionOverride<kotlin/coroutines/SuspendFunction0.invoke: R|kotlin/Unit|>|()
|
|
}
|