FIR: use typeWithStarProjections for protected visibility check
This commit is contained in:
committed by
TeamCityServer
parent
a14a00809f
commit
881b15a677
+6
@@ -25706,6 +25706,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/scopes/protectedVisibility/constructorsInner.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("generic.kt")
|
||||
public void testGeneric() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/scopes/protectedVisibility/generic.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("innerClassInJava.kt")
|
||||
public void testInnerClassInJava() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user