3 lines
66 B
Plaintext
Vendored
3 lines
66 B
Plaintext
Vendored
fun foo(x : String, y : () -> String.() -> Unit) {
|
|
x.(y())()
|
|
} |