Files
kotlin-fork/compiler/testData/cfg/conventions/invoke.kt
T
2014-03-07 21:08:14 +04:00

3 lines
34 B
Kotlin
Vendored

fun foo(f: () -> Unit) {
f()
}