[AA] more tests for file scope
^KT-54311
This commit is contained in:
committed by
Space Team
parent
317408e780
commit
f4ae696aee
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user