[PSI2FIR] split AbstractRawFirBuilderLazyBodiesTestCase on ast and stub versions

This commit explicitly splits raw fir builder in lazy mode on
AST and stubs.
By default, in tests we have an AST tree loaded, so all our
`disallowTreeLoading` is useless in unit tests mode

^KT-64646 Fixed
^KT-64898
^KT-64899
^KT-64900
^KT-64901
This commit is contained in:
Dmitrii Gridin
2024-01-11 16:17:17 +01:00
committed by Space Team
parent 459a8368a6
commit 2c0cf9cad8
20 changed files with 900 additions and 18 deletions
@@ -1,3 +1,4 @@
// IGNORE_TREE_ACCESS: KT-64898
@Anno("x annotation $x")
val x: Int by lazy { 1 + 2 }