blob: c9705c55ea9c90abb8098364ab4a8e63bbdbdfcf [file]
fun test() {
println("Hello, world!")
}
// 0 ALOAD
// 0 ASTORE
// 1 SWAP
// ^ here temporary variable elimination kicks in (instead of inplace argument inlining), producing a SWAP instruction