8 lines
61 B
Kotlin
Vendored
8 lines
61 B
Kotlin
Vendored
// ISSUE: KT-57991
|
|
|
|
fun foo() {
|
|
suspend fun() {
|
|
|
|
}
|
|
}
|