Files

6 lines
108 B
Kotlin
Vendored

fun function(a: Int, b: (String) -> Boolean) {}
fun call() {
<expr>function(1, { s -> true })</expr>
}