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

8 lines
95 B
Kotlin
Vendored

package test
inline fun g() = 2
inline fun f() = 1
// This changes the line numbers in f, g