[box-tests] Added a reproducer for #KT-64139

This commit is contained in:
Igor Chevdar
2023-12-16 09:16:59 +02:00
committed by Space Team
parent 94c46d384a
commit 7907231bf2
20 changed files with 146 additions and 0 deletions
@@ -14473,6 +14473,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/coroutines/varSpilling/kt49834.kt");
}
@Test
@TestMetadata("kt64139.kt")
public void testKt64139() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/varSpilling/kt64139.kt");
}
@Test
@TestMetadata("lvtWithInlineOnly.kt")
public void testLvtWithInlineOnly() throws Exception {
@@ -14473,6 +14473,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/coroutines/varSpilling/kt49834.kt");
}
@Test
@TestMetadata("kt64139.kt")
public void testKt64139() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/varSpilling/kt64139.kt");
}
@Test
@TestMetadata("lvtWithInlineOnly.kt")
public void testLvtWithInlineOnly() throws Exception {