Update bytecode text tests in JVM_IR

This commit is contained in:
Dmitry Petrov
2020-02-12 14:53:05 +03:00
parent db91b520a5
commit 59cdf3c52e
26 changed files with 87 additions and 58 deletions
@@ -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