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

8 lines
195 B
Kotlin
Vendored

package test
fun g() = f()
inline fun f() = 1
// This does not change the line numbers in f, but does change the line
// numbers in the SourceDebug extension section which has to be rewritten.