Deprecate protected constructors call from public inline function
#KT-21177
This commit is contained in:
+5
@@ -12386,6 +12386,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/inline/kt19679.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt21177.kt")
|
||||
public void testKt21177() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inline/kt21177.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt4869.kt")
|
||||
public void testKt4869() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/inline/kt4869.kt");
|
||||
|
||||
Reference in New Issue
Block a user