Files
pyos 9ed73439f8 JVM_IR: delay writes to the source map until generateMethod
`generateMethodNode` should not have any side effects for the output to
be stable under incremental compilation.
2020-04-08 07:04:16 +02:00

8 lines
81 B
Kotlin
Vendored

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