Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
compiler
/
testData
/
codegen
/
dumpDeclarations
/
suspendLambda.kt
blob: b046f00e2b9008caeb1fd852a8111fb55b59bc88 [
file
]
// WITH_RUNTIME
public
fun invokeCoroutineBuilder
()
{
return
buildCoroutine
{
println
(
this
)
}
}
public
fun buildCoroutine
(
builderAction
:
suspend
Any
.()
->
Unit
)
{
}