[FIR] Implement flag for disabling warning on error suppression
#KT-61129
This commit is contained in:
committed by
Space Team
parent
c32a0a83f9
commit
969c716c76
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user