JVM_IR KT-47984 transform inplace arguments before inlining
This commit is contained in:
committed by
TeamCityServer
parent
7a99f9ff2e
commit
5096e8c5c4
@@ -1,13 +1,14 @@
|
||||
// IGNORE_BACKEND: WASM
|
||||
// WITH_RUNTIME
|
||||
|
||||
// CHECK_BYTECODE_TEXT
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 ASTORE 1
|
||||
// 12 ALOAD 1
|
||||
// JVM_TEMPLATES
|
||||
// 2 ASTORE 1
|
||||
// 13 ALOAD 1
|
||||
// TODO separate bytecode text templates for FIR?
|
||||
// -- CHECK_BYTECODE_TEXT
|
||||
// -- JVM_IR_TEMPLATES
|
||||
// -- 1 ASTORE 1
|
||||
// -- 12 ALOAD 1
|
||||
// -- JVM_TEMPLATES
|
||||
// -- 2 ASTORE 1
|
||||
// -- 13 ALOAD 1
|
||||
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user