[box-tests] Added a reproducer for #KT-64139
This commit is contained in:
+6
@@ -11686,6 +11686,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
|
||||
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 {
|
||||
|
||||
+6
@@ -11946,6 +11946,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
|
||||
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 {
|
||||
|
||||
+6
@@ -11426,6 +11426,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
|
||||
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 {
|
||||
|
||||
+6
@@ -11687,6 +11687,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user