[FIR] Properly setup java parser version for CLI pipeline with light tree
^KT-56549 Fixed
This commit is contained in:
committed by
Space Team
parent
f836d16dc6
commit
e0fa1e64b9
@@ -680,6 +680,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/irSupported.args");
|
||||
}
|
||||
|
||||
@TestMetadata("javaSealedClass.args")
|
||||
public void testJavaSealedClass() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/javaSealedClass.args");
|
||||
}
|
||||
|
||||
@TestMetadata("javaSrcWrongPackage.args")
|
||||
public void testJavaSrcWrongPackage() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/javaSrcWrongPackage.args");
|
||||
|
||||
Reference in New Issue
Block a user