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.
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
package inline2
|
||||
|
||||
inline fun root() = "OK"
|
||||
Reference in New Issue
Block a user