You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we switched to constant-update-2018 we started performing constant evaluation in the front-end. This means that VM no longer performs constant evaluation and as a result we don't mark various static const fields as executed in coverage.
Given that front-end would evaluate all constants in the dill I think it is fair to mark all static const fields as executed in coverage.