4 lines
64 B
Kotlin
Vendored
4 lines
64 B
Kotlin
Vendored
fun foo(p: (Int, () -> Int) -> Unit) {
|
|
p(1, <caret>{ 2 })
|
|
}
|