[AA] Add synthetic properties scopes to scope context for position

This commit is contained in:
aleksandrina-streltsova
2023-06-24 19:53:22 +03:00
committed by teamcity
parent 5d8e23e971
commit 116de97f54
25 changed files with 672 additions and 48 deletions
@@ -75,4 +75,10 @@ public class FirStandaloneNormalAnalysisSourceModuleScopeContextForPositionTestG
public void testSimpleScopeContextForPosition() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/simpleScopeContextForPosition.kt");
}
@Test
@TestMetadata("syntheticPropertiesScope.kt")
public void testSyntheticPropertiesScope() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/syntheticPropertiesScope.kt");
}
}
@@ -81,4 +81,10 @@ public class FirStandaloneNormalAnalysisSourceModuleTypeScopeTestGenerated exten
public void testTypeParamList() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/typeScope/typeParamList.kt");
}
@Test
@TestMetadata("typeWithSyntheticProperties.kt")
public void testTypeWithSyntheticProperties() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/typeScope/typeWithSyntheticProperties.kt");
}
}