Files
kotlin-fork/analysis/low-level-api-fir
Anna Kozlova a2cefbc6be [LL] retrieve module by original file
originalDeclaration is set for non-local declarations only,
thus requesting symbols for local declarations still goes
with non-physical elements
This lead to ModuleKind.BINARY_MODULE
for `NotUnderContentRootModule`s, because the declaring file is different

KT-60377
2023-07-12 15:37:53 +00:00
..