Files

6 lines
79 B
Kotlin
Vendored

interface A {
val f: () -> Unit
}
fun test(a: A) {
a.<expr>f</expr>()
}