[FIR] create snapshot of collected tower data context for declaration

KTIJ-26113
This commit is contained in:
aleksandrina-streltsova
2023-07-26 17:55:43 +03:00
committed by teamcity
parent af6672c87d
commit 9e50a3b71d
10 changed files with 398 additions and 392 deletions
@@ -76,6 +76,12 @@ public class FirStandaloneNormalAnalysisSourceModuleScopeContextForPositionTestG
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/simpleScopeContextForPosition.kt");
}
@Test
@TestMetadata("smartCastInAnonymousFunction.kt")
public void testSmartCastInAnonymousFunction() throws Exception {
runTest("analysis/analysis-api/testData/components/scopeProvider/scopeContextForPosition/smartCastInAnonymousFunction.kt");
}
@Test
@TestMetadata("smartCastInWhenEntryCondition.kt")
public void testSmartCastInWhenEntryCondition() throws Exception {