Files

3 lines
48 B
Kotlin
Vendored

fun test(f: () -> Unit) {
<expr>f</expr>()
}