Fix ArrayStoreException from InlineClassAwareCaller.call

#KT-56650 Fixed
This commit is contained in:
wrongwrong
2023-02-14 16:13:31 +09:00
committed by Alexander Udalov
parent 10e9ef349f
commit b039f2e574
7 changed files with 57 additions and 8 deletions
@@ -32674,6 +32674,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/call/inlineClasses/primaryValOfInlineClass.kt");
}
@TestMetadata("simpleConstructorWithInlineClassParameter.kt")
public void testSimpleConstructorWithInlineClassParameter() throws Exception {
runTest("compiler/testData/codegen/box/reflection/call/inlineClasses/simpleConstructorWithInlineClassParameter.kt");
}
@TestMetadata("compiler/testData/codegen/box/reflection/call/inlineClasses/nonNullObject")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)