FE: fix visibility check in LazyImportScope #KT-23727 Fixed
This commit is contained in:
+6
@@ -6910,6 +6910,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
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