[Analysis API] do not preresolve all FirDeclarations to TYPES in tests

Previously, we resolved all declaration to the TYPES phase to collect their sealed inheritors
and thus not really checking lazy resolution to TYPES.
Now sealed class inheritors collection happens in separate LLFirResolveSession
This commit is contained in:
Ilya Kirillov
2022-08-06 15:00:07 +02:00
parent f39f1da70d
commit 56e6d5d6b9
6 changed files with 59 additions and 32 deletions
@@ -1,4 +1,3 @@
// FIR_IDE_IGNORE
// FIR_IDENTICAL
// MODULE: m1
// FILE: test/Foo.java