[JS IR] Use type upper bounds for calculating function signatures
^KT-59239 Fixed
This commit is contained in:
committed by
Space Team
parent
a4d40498c7
commit
fc898c7620
+6
@@ -2942,6 +2942,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses/numberMixedHierarchy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideAbstractSetMethod.kt")
|
||||
public void testOverrideAbstractSetMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses/overrideAbstractSetMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtBridgeToJavaClass.kt")
|
||||
public void testRemoveAtBridgeToJavaClass() throws Exception {
|
||||
|
||||
+6
@@ -2942,6 +2942,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses/numberMixedHierarchy.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("overrideAbstractSetMethod.kt")
|
||||
public void testOverrideAbstractSetMethod() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/builtinStubMethods/extendJavaClasses/overrideAbstractSetMethod.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("removeAtBridgeToJavaClass.kt")
|
||||
public void testRemoveAtBridgeToJavaClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user