[Wasm] Fix generic call return type for functions with default parameters
This commit is contained in:
committed by
Space Team
parent
b8f797af00
commit
44190937b0
Generated
+5
@@ -3036,6 +3036,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/casts/dontCreateInconsistentTypeDuringStarProjectionSubstitution.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("genericReturnCast.kt")
|
||||
public void testGenericReturnCast() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/genericReturnCast.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("intersectionTypeMultipleBounds.kt")
|
||||
public void testIntersectionTypeMultipleBounds() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/casts/intersectionTypeMultipleBounds.kt");
|
||||
|
||||
Reference in New Issue
Block a user