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
83 B
Plaintext
Vendored

package inline1
import inline2.*
fun g() = root() + "!"
inline fun h() = root()