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