6048d52a97
Before const inlining for fields, we actually want to remember a given field in `InlineConstTracker`. We are doing it already in const evaluation. So we just need to ignore const inlining in `CallAndReferenceGenerator` and delegate it to const evaluation. #KT-60737