FIR: recursive transform annotation if it has annotation as argument
#KT-42344 Fixed
This commit is contained in:
@@ -1716,6 +1716,11 @@ public class IrTextTestCaseGenerated extends AbstractIrTextTestCase {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/ir/irText/firProblems"), Pattern.compile("^(.+)\\.kt$"), null, true);
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationInAnnotation.kt")
|
||||
public void testAnnotationInAnnotation() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/AnnotationInAnnotation.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("candidateSymbol.kt")
|
||||
public void testCandidateSymbol() throws Exception {
|
||||
runTest("compiler/testData/ir/irText/firProblems/candidateSymbol.kt");
|
||||
|
||||
Reference in New Issue
Block a user