Update bytecode text tests in JVM_IR
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
val a : Int? = 10
|
||||
|
||||
fun foo() = a?.toString()
|
||||
|
||||
// JVM_TEMPLATES
|
||||
// 1 IFNULL
|
||||
|
||||
// JVM_IR_TEMPLATES
|
||||
// 1 IFNONNULL
|
||||
|
||||
Reference in New Issue
Block a user