[K/N] Fix cleaning stack-local primitive array

^KT-55984
This commit is contained in:
Pavel Kunyavskiy
2023-01-17 17:03:25 +01:00
committed by Space Team
parent 9f850c1179
commit 2843c0ad1e
16 changed files with 142 additions and 35 deletions
@@ -641,6 +641,12 @@ public class K2NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTes
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
}
@Test
@TestMetadata("kt55984.kt")
public void testKt55984() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
}
@Test
@TestMetadata("kt594.kt")
public void testKt594() throws Exception {
@@ -631,6 +631,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/arrays/kt503.kt");
}
@Test
@TestMetadata("kt55984.kt")
public void testKt55984() throws Exception {
runTest("compiler/testData/codegen/box/arrays/kt55984.kt");
}
@Test
@TestMetadata("kt594.kt")
public void testKt594() throws Exception {