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

5 lines
52 B
Kotlin
Vendored

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