4 lines
78 B
Kotlin
4 lines
78 B
Kotlin
fun f(p : () -> String) {
|
|
p.<ref>invoke()
|
|
}
|
|
//jet.src/Functions.jet:invoke |