Files
kotlin-fork/compiler/testData/cfg/invoke.kt
T
2013-12-05 13:00:44 +04:00

3 lines
34 B
Kotlin

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