diff --git a/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt b/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt index 999c17a6fc0..c369f8b779d 100644 --- a/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt +++ b/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: JFoo.java import org.jetbrains.annotations.Nullable; @@ -17,10 +16,9 @@ fun test() { } // @TestKt.class: -// 1 NEW TestKt\$test\$1 +// 1 NEW TestKt\$ // 1 NEW kotlin/jvm/internal/Ref\$IntRef // 2 NEW -// 1 INVOKESPECIAL TestKt\$test\$1. // 0 IFNONNULL // 0 IFNULL // 1 ACONST_NULL