mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
`generateMethodNode` should not have any side effects for the output to be stable under incremental compilation.
8 lines
83 B
Plaintext
Vendored
8 lines
83 B
Plaintext
Vendored
package inline1
|
|
|
|
import inline2.*
|
|
|
|
fun g() = root() + "!"
|
|
|
|
inline fun h() = root()
|