JVM_IR fixes after review

This commit is contained in:
Dmitry Petrov
2021-08-24 13:00:49 +03:00
committed by TeamCityServer
parent f4dd75e769
commit c30b23ed01
6 changed files with 12 additions and 22 deletions
@@ -8,10 +8,5 @@ fun test(x: A?) {
x?.foo()
}
// JVM_TEMPLATES
// 2 POP
// 0 ACONST_NULL
// JVM_IR_TEMPLATES
// 2 POP
// 0 ACONST_NULL
@@ -19,9 +19,4 @@ fun test(ss: List<String?>) {
// 0 INVOKESTATIC java/lang/Boolean\.valueOf
// 0 CHECKCAST java/lang/Boolean
// 0 ACONST_NULL
// JVM_TEMPLATES
// 2 POP
// JVM_IR_TEMPLATES
// 2 POP
@@ -1,5 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
@Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER")
@kotlin.internal.InlineOnly
inline fun inlineOnlyFun(): Int {