Files
kotlin-fork/plugins/jvm-abi-gen/testData/compare/declarationOrderInlineCall/base/test.kt
T
2021-08-23 18:25:33 +02:00

7 lines
49 B
Kotlin
Vendored

package test
inline fun f() = 1
fun g() = f()