6 lines
60 B
Kotlin
Vendored
6 lines
60 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
|
|
inline fun foo(f: () -> Unit) {
|
|
f()
|
|
}
|