JvmDefault. Add deprecation warning for '-Xjvm-default=enable|compatibility' options

#KT-46329
This commit is contained in:
Mikhael Bogdanov
2021-12-02 16:01:06 +01:00
committed by Alexander Udalov
parent 42a465efe2
commit 8f60f73207
9 changed files with 42 additions and 1 deletions
@@ -649,6 +649,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/jvmDefaultAll.args");
}
@TestMetadata("jvmDefaultCompatibility.args")
public void testJvmDefaultCompatibility() throws Exception {
runTest("compiler/testData/cli/jvm/jvmDefaultCompatibility.args");
}
@TestMetadata("jvmDefaultEnable.args")
public void testJvmDefaultEnable() throws Exception {
runTest("compiler/testData/cli/jvm/jvmDefaultEnable.args");
}
@TestMetadata("jvmIrByDefault1_4.args")
public void testJvmIrByDefault1_4() throws Exception {
runTest("compiler/testData/cli/jvm/jvmIrByDefault1_4.args");