More thorough root system in analysis tool VFS

GitOrigin-RevId: 3f76429e69268d40d23c08dfd88dc2593a37efdf
This commit is contained in:
Stanislav Utikeev
2019-11-20 15:46:15 +03:00
committed by intellij-monorepo-bot
parent b8874dd517
commit 1d9a4e5d49
4 changed files with 6 additions and 7 deletions

View File

@@ -86,4 +86,4 @@ interface PythonCommonCodeInsightTestFixture {
// TODO: this belongs to test case not fixture [utikeev]
fun runWithSourceRoots(sourceRoots: List<VirtualFile>, runnable: Runnable)
}
}