IR: never check static members for overridability

#KT-66077 Fixed
This commit is contained in:
Alexander Udalov
2024-02-26 12:20:32 +01:00
committed by Space Team
parent bdb96dc0db
commit d4278250e6
13 changed files with 95 additions and 10 deletions
@@ -28808,6 +28808,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods.kt");
}
@TestMetadata("inheritTwoStaticMethods2.kt")
public void testInheritTwoStaticMethods2() {
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods2.kt");
}
@TestMetadata("jkkjk.kt")
public void testJkkjk() {
runTest("compiler/testData/codegen/box/javaInterop/statics/jkkjk.kt");