CLI K2: report an error for JS/Native/Metadata #KT-52035 Fixed

This commit is contained in:
Mikhail Glukhikh
2022-04-25 15:47:11 +03:00
committed by Space
parent 17b5e46547
commit 08ba89b4ec
11 changed files with 44 additions and 0 deletions
@@ -1112,6 +1112,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/emptySources.args");
}
@TestMetadata("fir.args")
public void testFir() throws Exception {
runTest("compiler/testData/cli/js/fir.args");
}
@TestMetadata("inlineCycle.args")
public void testInlineCycle() throws Exception {
runTest("compiler/testData/cli/js/inlineCycle.args");
@@ -1363,6 +1368,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/metadata/anonymousObjectType.args");
}
@TestMetadata("fir.args")
public void testFir() throws Exception {
runTest("compiler/testData/cli/metadata/fir.args");
}
@TestMetadata("inheritorOfExpectSealedClass.args")
public void testInheritorOfExpectSealedClass() throws Exception {
runTest("compiler/testData/cli/metadata/inheritorOfExpectSealedClass.args");