From 19723870227069ee60b2e02b70351b0ce2869f76 Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Mon, 6 Aug 2018 17:39:55 +0300 Subject: [PATCH] Fix test data after 6d4d244c28c5d4e84a679fb54a1aebea29ac45af --- .../codegen/bytecodeText/inlineClasses/isCheckForInlineClass.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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