[AA] more tests for file scope

^KT-54311
This commit is contained in:
Dmitrii Gridin
2022-10-07 16:02:21 +02:00
committed by Space Team
parent 317408e780
commit f4ae696aee
7 changed files with 1040 additions and 104 deletions
@@ -46,6 +46,12 @@ public class FirStandaloneNormalAnalysisSourceModuleFileScopeTestGenerated exten
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("analysis/analysis-api/testData/scopes/fileScopeTest"), Pattern.compile("^(.+)\\.kt$"), null, true);
}
@Test
@TestMetadata("fileScope.kt")
public void testFileScope() throws Exception {
runTest("analysis/analysis-api/testData/scopes/fileScopeTest/fileScope.kt");
}
@Test
@TestMetadata("simpleFileScope.kt")
public void testSimpleFileScope() throws Exception {