[Fir2IR] Don't add invisible fake overrides to Lazy class
^KT-65056
This commit is contained in:
committed by
Space Team
parent
54b06f5656
commit
09713bb89e
+6
@@ -19268,6 +19268,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/intersectionOverrideBetweenValAndVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithPackagePrivate.kt")
|
||||
public void testKjkWithPackagePrivate() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kjkWithPackagePrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49371.kt")
|
||||
public void testKt49371() throws Exception {
|
||||
|
||||
+6
@@ -19268,6 +19268,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/intersectionOverrideBetweenValAndVar.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kjkWithPackagePrivate.kt")
|
||||
public void testKjkWithPackagePrivate() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kjkWithPackagePrivate.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49371.kt")
|
||||
public void testKt49371() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user