Update bytecode text tests in JVM_IR
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun test() {
|
||||
fun local(s: Int) {
|
||||
}
|
||||
@@ -6,4 +5,8 @@ fun test() {
|
||||
local(1)
|
||||
}
|
||||
|
||||
// 2 invoke \(I\)V
|
||||
// JVM_TEMPLATES
|
||||
// 2 invoke \(I\)V
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 INVOKESTATIC LocalFunKt\.test\$local \(I\)V
|
||||
Reference in New Issue
Block a user