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:
+3
@@ -1072,6 +1072,9 @@ fun main(args: Array<String>) {
|
||||
testClass<AbstractFirLazyDeclarationResolveTest> {
|
||||
model("lazyResolve")
|
||||
}
|
||||
testClass<AbstractFirLibraryModuleDeclarationResolveTest> {
|
||||
model("libraryModuleResolve", recursive = false)
|
||||
}
|
||||
testClass<AbstractProjectWideOutOfBlockKotlinModificationTrackerTest> {
|
||||
model("outOfBlockProjectWide")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user