[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
+5
@@ -16044,6 +16044,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/intersectionOverrideBetweenValAndVar.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kjkWithPackagePrivate.kt")
|
||||
public void testKjkWithPackagePrivate() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kjkWithPackagePrivate.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49371.kt")
|
||||
public void testKt49371() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/kt49371.kt");
|
||||
|
||||
Reference in New Issue
Block a user