IR: never check static members for overridability
#KT-66077 Fixed
This commit is contained in:
committed by
Space Team
parent
bdb96dc0db
commit
d4278250e6
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user