[AA] add test on property annotations

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-07 17:21:09 +02:00
committed by Space Team
parent 01d5a5bc5b
commit 2d240d2925
8 changed files with 526 additions and 0 deletions
@@ -220,6 +220,12 @@ public class Fe10IdeNormalAnalysisSourceModuleSymbolByPsiTestGenerated extends A
runTest("analysis/analysis-api/testData/symbols/symbolByPsi/outerAndInnerClasses.kt");
}
@Test
@TestMetadata("propertyWithAnnotations.kt")
public void testPropertyWithAnnotations() throws Exception {
runTest("analysis/analysis-api/testData/symbols/symbolByPsi/propertyWithAnnotations.kt");
}
@Test
@TestMetadata("topLevelFunctions.kt")
public void testTopLevelFunctions() throws Exception {