[Wasm] Fix for ReturnableBlockLowering invalid ir type for converted inlined blocks
This commit is contained in:
committed by
Space Team
parent
08273623e6
commit
edf4e80165
Generated
+5
@@ -6352,6 +6352,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/coroutines/infiniteLoopInNextMeaningful.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineCallWithReturns.kt")
|
||||
public void testInlineCallWithReturns() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineCallWithReturns.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineFunInGenericClass.kt")
|
||||
public void testInlineFunInGenericClass() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/coroutines/inlineFunInGenericClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user