6 lines
72 B
Kotlin
6 lines
72 B
Kotlin
package foo
|
|
|
|
fun box() = myInlineFun()
|
|
|
|
inline fun myInlineFun() = true
|