FE: fix visibility check in LazyImportScope #KT-23727 Fixed
This commit is contained in:
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user