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