We miss these expression because they might be represented as `IrGetFiled` values, but they still must be turned into `IrConst`. #KT-58007 Fixed
It is not enough to store evaluated constants only by <startOffset, endOffset> pair. We need to consider case there constant can be located in different files with the same offset but with different values. #KT-57928 Fixed #KT-57929 Fixed
#KT-57611 Fixed