CLI K2: report an error for JS/Native/Metadata #KT-52035 Fixed
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user