[FIR] Implement flag for disabling warning on error suppression

#KT-61129
This commit is contained in:
Kirill Rakhman
2023-08-14 11:58:26 +02:00
committed by Space Team
parent c32a0a83f9
commit 969c716c76
14 changed files with 54 additions and 0 deletions
@@ -405,6 +405,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/enumEntriesNotEnabled.args");
}
@TestMetadata("errorSuppressionNoWarning.args")
public void testErrorSuppressionNoWarning() throws Exception {
runTest("compiler/testData/cli/jvm/errorSuppressionNoWarning.args");
}
@TestMetadata("errorSuppressionWarning.args")
public void testErrorSuppressionWarning() throws Exception {
runTest("compiler/testData/cli/jvm/errorSuppressionWarning.args");
}
@TestMetadata("experimentalDeprecated.args")
public void testExperimentalDeprecated() throws Exception {
runTest("compiler/testData/cli/jvm/experimentalDeprecated.args");