Files
kotlin-fork/generators/tree-generator-common
Wojciech Litewka 665bd5153a [tree generator] Make defaultEmptyList#withGetter false by default
to align it with other default* methods.

This will be helpful for configuring IR implementation,
where there are many such empty lists.
2024-02-28 09:29:56 +00:00
..

Common code for the FIR and IR tree generators

The FIR and IR tree generators, although quite different, share some common logic. This logic is stored here in this module.