[JS IR] Consider erasing type parameters in return type in js signatures
This commit is contained in:
+6
@@ -1577,6 +1577,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
|
||||
runTest("compiler/testData/codegen/box/bridges/overrideReturnType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideWithValueClassReturn.kt")
|
||||
public void testOverrideWithValueClassReturn() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/overrideWithValueClassReturn.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyAccessorsWithoutBody.kt")
|
||||
public void testPropertyAccessorsWithoutBody() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user