K2: add test for KT-55408
This commit is contained in:
committed by
Space Team
parent
aafde418cc
commit
ead319f832
Generated
+6
@@ -34614,6 +34614,12 @@ public class DiagnosticTestGenerated extends AbstractDiagnosticTest {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/packagePrivateStatic.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("packagePrivateStaticViaTypeAlias.kt")
|
||||
public void testPackagePrivateStaticViaTypeAlias() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/visibility/packagePrivateStaticViaTypeAlias.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("privateCompanionInSuperClass.kt")
|
||||
public void testPrivateCompanionInSuperClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user