Files
kotlin-fork/compiler/fir/tree
Yan Zhulanow 916e46debe [Analysis API] Provide sessions in 'LLFirModuleData' for dependencies
Normally, 'bindSession()' is called on a 'FirModuleData' right after its
instantiation to make it fully initialized. For source sessions,
this is done directly during the session creation. However, module data
created for dependencies (see 'LLFirModuleData.dependencies' & friends)
stay uninitialized, breaking 'collectAllDependentSourceSessionsTo()'.
2024-01-05 16:04:14 +00:00
..
2024-01-05 13:43:17 +00:00