FE: fix visibility check in LazyImportScope #KT-23727 Fixed

This commit is contained in:
Mikhail Glukhikh
2021-11-25 12:14:32 +03:00
parent 4550999288
commit c15c7f7dc8
9 changed files with 72 additions and 1 deletions
@@ -6987,6 +6987,12 @@ public class NativeExtBlackBoxTestGenerated extends AbstractNativeBlackBoxTest {
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/interfaceDelegationAndBridgesProcessing.kt");
}
@Test
@TestMetadata("internalLeakBug.kt")
public void testInternalLeakBug() throws Exception {
runTest("compiler/testData/codegen/box/compileKotlinAgainstKotlin/internalLeakBug.kt");
}
@Test
@TestMetadata("internalSetterOverridden.kt")
public void testInternalSetterOverridden() throws Exception {