[Wasm] Fix for ReturnableBlockLowering invalid ir type for converted inlined blocks
This commit is contained in:
committed by
Space Team
parent
08273623e6
commit
edf4e80165
+6
@@ -7125,6 +7125,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCallWithReturns.kt")
|
||||
public void testInlineCallWithReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunInGenericClass.kt")
|
||||
public void testInlineFunInGenericClass() throws Exception {
|
||||
|
||||
+6
@@ -7221,6 +7221,12 @@ public class FirJsCodegenBoxTestGenerated extends AbstractFirJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCallWithReturns.kt")
|
||||
public void testInlineCallWithReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunInGenericClass.kt")
|
||||
public void testInlineFunInGenericClass() throws Exception {
|
||||
|
||||
+6
@@ -7221,6 +7221,12 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCallWithReturns.kt")
|
||||
public void testInlineCallWithReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunInGenericClass.kt")
|
||||
public void testInlineFunInGenericClass() throws Exception {
|
||||
|
||||
+6
@@ -7221,6 +7221,12 @@ public class IrJsES6CodegenBoxTestGenerated extends AbstractIrJsES6CodegenBoxTes
|
||||
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineCallWithReturns.kt")
|
||||
public void testInlineCallWithReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineFunInGenericClass.kt")
|
||||
public void testInlineFunInGenericClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user