[Common IR] Do not add internal methods to overrides
[JS IR] Use a module name in JsFunctionSignature for internal methods ^KT-60635 Fixed
This commit is contained in:
committed by
Space Team
parent
788fa5d545
commit
7a31167e0b
+20
@@ -2087,6 +2087,26 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/bridges/innerClassTypeParameters.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalMethodOverrideInFriendModule.kt")
|
||||
public void testInternalMethodOverrideInFriendModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/internalMethodOverrideInFriendModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalMethodOverrideInOtherModule.kt")
|
||||
public void testInternalMethodOverrideInOtherModule() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/internalMethodOverrideInOtherModule.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalMethodOverrideMultipleInheritance.kt")
|
||||
public void testInternalMethodOverrideMultipleInheritance() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/internalMethodOverrideMultipleInheritance.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("internalMethodOverridePublishedApi.kt")
|
||||
public void testInternalMethodOverridePublishedApi() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/internalMethodOverridePublishedApi.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt12416.kt")
|
||||
public void testKt12416() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/bridges/kt12416.kt");
|
||||
|
||||
Reference in New Issue
Block a user