4 lines
71 B
Kotlin
Vendored
4 lines
71 B
Kotlin
Vendored
fun call(x: (a: Int, b: String) -> Unit) {
|
|
<expr>x(1, "")</expr>
|
|
}
|