[LL FIR] add tests for synthetic property

^KT-61990
This commit is contained in:
Dmitrii Gridin
2023-10-12 18:56:50 +02:00
committed by Space Team
parent 670b46fe15
commit 5de269147f
32 changed files with 4515 additions and 11 deletions
@@ -196,6 +196,12 @@ public class Fe10IdeNormalAnalysisSourceModuleSymbolByReferenceTestGenerated ext
runTest("analysis/analysis-api/testData/symbols/symbolByReference/setterValueParameter.kt");
}
@Test
@TestMetadata("syntheticProperty.kt")
public void testSyntheticProperty() throws Exception {
runTest("analysis/analysis-api/testData/symbols/symbolByReference/syntheticProperty.kt");
}
@Test
@TestMetadata("typeAnnotationOnBackingField.kt")
public void testTypeAnnotationOnBackingField() throws Exception {