3 lines
58 B
Kotlin
Vendored
3 lines
58 B
Kotlin
Vendored
package inlineFun
|
|
|
|
inline fun foo(f: () -> Int): Int = f() |