[FE] Make constructors of sealed classes protected instead of internal
This commit is contained in:
committed by
TeamCityServer
parent
e795c2c407
commit
f3a8fcaea6
+6
@@ -24397,6 +24397,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/sealed/kt44316.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt44861.kt")
|
||||
public void testKt44861() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/sealed/kt44861.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("Local.kt")
|
||||
public void testLocal() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user