Files

6 lines
107 B
Kotlin
Vendored

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