PHondogo
07/16/2024, 8:27 PMclass {
val x : Int
get() = 0
}
On IrGenerationExtension while in same module IrProperty::backingField for x property is null,
but when referencing from another module it is not null (IrPluginContext::referenceClass and then find in class needed property) .
Why?
How to understand if property has backing field from another module?dmitriy.novozhilov
07/16/2024, 8:55 PM