[FIR] Implement support of MPP in JS CLI

This commit is contained in:
Ivan Kochurkin
2023-01-23 20:50:19 +01:00
committed by Space Team
parent d401ff7b09
commit f3e3cc0037
8 changed files with 148 additions and 54 deletions
@@ -1225,6 +1225,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/fir.args");
}
@TestMetadata("firMpp.args")
public void testFirMpp() throws Exception {
runTest("compiler/testData/cli/js/firMpp.args");
}
@TestMetadata("inlineCycle.args")
public void testInlineCycle() throws Exception {
runTest("compiler/testData/cli/js/inlineCycle.args");