Avoid object's interpretation with nullable type

#KT-56215 Fixed
This commit is contained in:
Ivan Kylchik
2023-02-12 17:30:21 +01:00
committed by Space Team
parent 99448b77f3
commit 477d092bb8
15 changed files with 92 additions and 6 deletions
@@ -23954,6 +23954,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt55912.kt");
}
@Test
@TestMetadata("kt56215.kt")
public void testKt56215() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt56215.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/dumpIrAndCheck")
@TestDataPath("$PROJECT_ROOT")
@@ -23720,6 +23720,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt55912.kt");
}
@Test
@TestMetadata("kt56215.kt")
public void testKt56215() throws Exception {
runTest("compiler/testData/codegen/box/involvesIrInterpreter/kt56215.kt");
}
@Nested
@TestMetadata("compiler/testData/codegen/box/involvesIrInterpreter/dumpIrAndCheck")
@TestDataPath("$PROJECT_ROOT")