K2: fix internal visibility checks for overrides #KT-53197 Fixed
This commit is contained in:
+6
@@ -22866,6 +22866,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/override/Generics.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InternalPotentialOverride.kt")
|
||||
public void testInternalPotentialOverride() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/override/InternalPotentialOverride.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("InvisiblePotentialOverride.kt")
|
||||
public void testInvisiblePotentialOverride() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user