[box-tests] Added a reproducer for #KT-64139
This commit is contained in:
Generated
+6
@@ -10688,6 +10688,12 @@ public class FirWasmCodegenBoxTestGenerated extends AbstractFirWasmCodegenBoxTes
|
||||
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
@@ -10688,6 +10688,12 @@ public class K1WasmCodegenBoxTestGenerated extends AbstractK1WasmCodegenBoxTest
|
||||
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