FIR IDE: Add tests for resolving compiled declarations

Also, use correct index to find source for properties in
`FirIdeDeserializedDeclarationSourceProvider` - this bug
was revealed by the tests
This commit is contained in:
Roman Golyshev
2021-05-18 15:50:17 +03:00
committed by Space
parent 0fe068c6ce
commit 44f74888e0
23 changed files with 243 additions and 1 deletions
@@ -1072,6 +1072,9 @@ fun main(args: Array<String>) {
testClass<AbstractFirLazyDeclarationResolveTest> {
model("lazyResolve")
}
testClass<AbstractFirLibraryModuleDeclarationResolveTest> {
model("libraryModuleResolve", recursive = false)
}
testClass<AbstractProjectWideOutOfBlockKotlinModificationTrackerTest> {
model("outOfBlockProjectWide")
}