diff --git a/compiler/testData/codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt b/compiler/testData/codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt index 449cf6bd3b4..f3929b20080 100644 --- a/compiler/testData/codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt +++ b/compiler/testData/codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt @@ -25,6 +25,6 @@ fun test(a: Any, b: Any?) { // 2 CHECKCAST UInt // 1 INVOKEVIRTUAL UInt.unbox -// 2 INVOKESTATIC UInt\$Erased.member +// 1 INVOKESTATIC UInt\$Erased.member // 0 intValue \ No newline at end of file