Files
kotlin-fork/compiler
Dmitriy Novozhilov 08ebe04485 [FIR2IR] Extract logic of IR declarations generation into separate component. Part 1
This commit just moves methods, which create IR callable declarations
  from Fir2IrDeclarationStorage to newly created Fir2IrCallableDeclarationsGenerator
  and Fir2IrLazyDeclarationsGenerator without any modifications.

Code in generators contains some errors (mostly because it refers to the
  logic of caching created declaration), and those errors will be fixed
  in following commits
2023-08-30 14:51:44 +00:00
..
2023-08-25 14:10:37 +00:00
2023-08-25 14:10:37 +00:00
2023-08-30 12:42:39 +00:00
2023-08-30 12:42:39 +00:00
2023-08-30 12:42:39 +00:00
2023-08-25 14:10:37 +00:00
2023-08-25 14:10:37 +00:00
2023-08-25 14:10:37 +00:00
2023-08-30 12:42:39 +00:00
2023-08-30 12:42:39 +00:00