[K/Wasm] Fix object optimization false trigger on non-pure objects ^KT-66471 Fixed

This commit is contained in:
Artem Kobzar
2024-03-14 17:12:45 +00:00
committed by Space Team
parent a2a0e8cb38
commit eb8054ac1e
23 changed files with 147 additions and 1 deletions
@@ -4882,6 +4882,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt");
}
@Test
@TestMetadata("interfaceMethodReference.kt")
public void testInterfaceMethodReference() {
runTest("compiler/testData/codegen/box/callableReference/interfaceMethodReference.kt");
}
@Test
@TestMetadata("javaField.kt")
public void testJavaField() {
@@ -4882,6 +4882,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/callableReference/inlineArrayConstructors.kt");
}
@Test
@TestMetadata("interfaceMethodReference.kt")
public void testInterfaceMethodReference() {
runTest("compiler/testData/codegen/box/callableReference/interfaceMethodReference.kt");
}
@Test
@TestMetadata("javaField.kt")
public void testJavaField() {