mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 14:50:53 +07:00
3 lines
58 B
Kotlin
3 lines
58 B
Kotlin
package inlineFun
|
|
|
|
inline fun foo(f: () -> Int): Int = f() |