[FIR] KT-58065: Support LT in K2JsIrCompiler

This commit is contained in:
Nikolay Lunyak
2023-05-02 12:59:29 +03:00
committed by Space Team
parent bbb36ce501
commit d72a50b3f5
16 changed files with 228 additions and 108 deletions
@@ -1323,6 +1323,11 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/js/fir.args");
}
@TestMetadata("firLightTreeOn.args")
public void testFirLightTreeOn() throws Exception {
runTest("compiler/testData/cli/js/firLightTreeOn.args");
}
@TestMetadata("firMpp.args")
public void testFirMpp() throws Exception {
runTest("compiler/testData/cli/js/firMpp.args");