Files
kotlin-fork/compiler/testData/diagnostics/tests/script/topLevelInlineFun.kts
T
2023-07-05 19:46:03 +00:00

6 lines
60 B
Kotlin
Vendored

// FIR_IDENTICAL
inline fun foo(f: () -> Unit) {
f()
}