[AA] Support getting type from get and set annotation calls

#KTIJ-26206 Fixed
This commit is contained in:
Bart van Helvert
2023-07-07 10:53:12 +02:00
committed by Space Team
parent c9eebffbfa
commit 362675a1b5
11 changed files with 102 additions and 6 deletions
@@ -52,12 +52,30 @@ public class FirStandaloneNormalAnalysisSourceModuleTypeReferenceTestGenerated e
runTest("analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntry.kt");
}
@Test
@TestMetadata("annotationEntryBackingField.kt")
public void testAnnotationEntryBackingField() throws Exception {
runTest("analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntryBackingField.kt");
}
@Test
@TestMetadata("annotationEntryGetter.kt")
public void testAnnotationEntryGetter() throws Exception {
runTest("analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntryGetter.kt");
}
@Test
@TestMetadata("annotationEntryOnParameter.kt")
public void testAnnotationEntryOnParameter() throws Exception {
runTest("analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntryOnParameter.kt");
}
@Test
@TestMetadata("annotationEntrySetter.kt")
public void testAnnotationEntrySetter() throws Exception {
runTest("analysis/analysis-api/testData/components/typeProvider/typeReference/annotationEntrySetter.kt");
}
@Test
@TestMetadata("annotationOnFunction.kt")
public void testAnnotationOnFunction() throws Exception {