[FE 1.0] Implement deprecation PRIVATE_CLASS_MEMBER_FROM_INLINE_WARNING warning
^KT-55179 ^KT-56171 Fixed
This commit is contained in:
committed by
Space Team
parent
d01a2c7271
commit
a83caec94f
+6
@@ -18075,6 +18075,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/inline/nonPublicMember/kt14887.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55179.kt")
|
||||
public void testKt55179() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inline/nonPublicMember/kt55179.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localClass.kt")
|
||||
public void testLocalClass() throws Exception {
|
||||
|
||||
+6
@@ -18069,6 +18069,12 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/inline/nonPublicMember/kt14887.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt55179.kt")
|
||||
public void testKt55179() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inline/nonPublicMember/kt55179.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("localClass.kt")
|
||||
public void testLocalClass() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user