mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-14 00:21:34 +00:00
4 lines
103 B
Kotlin
Vendored
4 lines
103 B
Kotlin
Vendored
fun <T, U> operateLambda(p: T, f: (T) -> U) = f(p)
|
|
fun returnLabel() {
|
|
<caret>operateLambda(1) {}
|
|
} |