Files
2022-01-12 15:09:45 +01:00

8 lines
81 B
Kotlin
Vendored

package inline1
import inline2.*
fun g() = h()
inline fun h() = root { "OK" }