Make FE1.0/FIR OptIn override message more clear

This commit is contained in:
Mikhail Glukhikh
2022-03-03 10:49:56 +03:00
committed by Space
parent d823020c07
commit 779aa75855
11 changed files with 133 additions and 16 deletions
@@ -809,6 +809,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/optInEmptyMessageFir.args");
}
@TestMetadata("optInOverrideMessage.args")
public void testOptInOverrideMessage() throws Exception {
runTest("compiler/testData/cli/jvm/optInOverrideMessage.args");
}
@TestMetadata("optInOverrideMessageFir.args")
public void testOptInOverrideMessageFir() throws Exception {
runTest("compiler/testData/cli/jvm/optInOverrideMessageFir.args");
}
@TestMetadata("pluginSimple.args")
public void testPluginSimple() throws Exception {
runTest("compiler/testData/cli/jvm/pluginSimple.args");