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