Prohibit using old JVM backend with LV >= 1.6

#KT-48928 Fixed
This commit is contained in:
Alexander Udalov
2021-09-28 22:13:33 +02:00
parent e933c7b6d9
commit aa247726b6
10 changed files with 55 additions and 3 deletions
@@ -736,6 +736,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/nullabilityAnnotations.args");
}
@TestMetadata("oldBackendLv16.args")
public void testOldBackendLv16() throws Exception {
runTest("compiler/testData/cli/jvm/oldBackendLv16.args");
}
@TestMetadata("pluginSimple.args")
public void testPluginSimple() throws Exception {
runTest("compiler/testData/cli/jvm/pluginSimple.args");