581f83421a
#KT-22878 Fixed
6 lines
117 B
Kotlin
Vendored
6 lines
117 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
fun suspend(body: () -> Int) {}
|
|
|
|
fun main() {
|
|
val wInvokeCall = suspend()<caret> { 42 }
|
|
} |