JvmDefault. Add deprecation warning for '-Xjvm-default=enable|compatibility' options
#KT-46329
This commit is contained in:
committed by
Alexander Udalov
parent
42a465efe2
commit
8f60f73207
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user