blob: c04cb215766e6b3a746f1843dc55553c1eb24197 [file]
// FIR_DUMP
fun foo() {
suspend fun() {
bar()
}
}
suspend fun bar() {
}