9ed73439f8
`generateMethodNode` should not have any side effects for the output to be stable under incremental compilation.
4 lines
42 B
Kotlin
Vendored
4 lines
42 B
Kotlin
Vendored
package inline2
|
|
|
|
inline fun root() = "OK"
|