[AA] Add synthetic properties scopes to scope context for position
This commit is contained in:
committed by
teamcity
parent
5d8e23e971
commit
116de97f54
+6
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
+6
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user