8 lines
86 B
Kotlin
Vendored
8 lines
86 B
Kotlin
Vendored
fun foo(pause : suspend () -> Unit) {
|
|
pause()
|
|
}
|
|
|
|
fun bar() {
|
|
foo(x<caret>y)
|
|
}
|