3 lines
85 B
Kotlin
Vendored
3 lines
85 B
Kotlin
Vendored
fun test(f: String.() -> Int = <expr>{ 45 * this.length }</expr>) {
|
|
"hello".f()
|
|
} |