[FIR] Introduce MetadataBasedAnnotationDeserializer for compiling common

^KT-56361 Fixed
This commit is contained in:
Kirill Rakhman
2023-02-03 17:51:50 +01:00
committed by Space Team
parent 81ac94b2d7
commit 22fd7921fe
11 changed files with 80 additions and 22 deletions
@@ -1511,6 +1511,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/metadata/kotlinPackageWithFir.args");
}
@TestMetadata("lambdaWithReceiver.args")
public void testLambdaWithReceiver() throws Exception {
runTest("compiler/testData/cli/metadata/lambdaWithReceiver.args");
}
@TestMetadata("lambdaWithReceiverWithFir.args")
public void testLambdaWithReceiverWithFir() throws Exception {
runTest("compiler/testData/cli/metadata/lambdaWithReceiverWithFir.args");
}
@TestMetadata("moduleName.args")
public void testModuleName() throws Exception {
runTest("compiler/testData/cli/metadata/moduleName.args");