[FIR] store tower data context for operand in and/or binary expression

KTIJ-26113
This commit is contained in:
aleksandrina-streltsova
2023-07-25 17:13:03 +03:00
committed by teamcity
parent 2f2eb86195
commit af6672c87d
7 changed files with 396 additions and 4 deletions
@@ -76,6 +76,12 @@ public class FirStandaloneNormalAnalysisSourceModuleScopeContextForPositionTestG
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/simpleScopeContextForPosition.kt");
}
@Test
@TestMetadata("smartCastInWhenEntryCondition.kt")
public void testSmartCastInWhenEntryCondition() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/smartCastInWhenEntryCondition.kt");
}
@Test
@TestMetadata("syntheticPropertiesScope.kt")
public void testSyntheticPropertiesScope() throws Exception {