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