Files

6 lines
69 B
Kotlin
Vendored

fun function(a: Int) {}
fun call() {
<expr>function(1)</expr>
}