[box-tests] Added a reproducer for #KT-64139
This commit is contained in:
+6
@@ -10712,6 +10712,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
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 {
|
||||
|
||||
Generated
+6
@@ -10712,6 +10712,12 @@ public class FirJsES6CodegenBoxTestGenerated extends AbstractFirJsES6CodegenBoxT
|
||||
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
@@ -10712,6 +10712,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
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
@@ -10712,6 +10712,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
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