IR: never check static members for overridability
#KT-66077 Fixed
This commit is contained in:
committed by
Space Team
parent
bdb96dc0db
commit
d4278250e6
+6
@@ -33946,6 +33946,12 @@ public class FirLightTreeBlackBoxCodegenTestGenerated extends AbstractFirLightTr
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritTwoStaticMethods2.kt")
|
||||
public void testInheritTwoStaticMethods2() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jkkjk.kt")
|
||||
public void testJkkjk() {
|
||||
|
||||
+6
@@ -33946,6 +33946,12 @@ public class FirLightTreeBlackBoxCodegenWithIrFakeOverrideGeneratorTestGenerated
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritTwoStaticMethods2.kt")
|
||||
public void testInheritTwoStaticMethods2() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jkkjk.kt")
|
||||
public void testJkkjk() {
|
||||
|
||||
+6
@@ -33946,6 +33946,12 @@ public class FirPsiBlackBoxCodegenTestGenerated extends AbstractFirPsiBlackBoxCo
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inheritTwoStaticMethods2.kt")
|
||||
public void testInheritTwoStaticMethods2() {
|
||||
runTest("compiler/testData/codegen/box/javaInterop/statics/inheritTwoStaticMethods2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("jkkjk.kt")
|
||||
public void testJkkjk() {
|
||||
|
||||
Reference in New Issue
Block a user