Files

3 lines
53 B
Kotlin
Vendored

fun test(a: (() -> Unit)?) {
<expr>a!!</expr>()
}