> I think this is about class fields, which, as people noted, have > different versioning behavior depending on whether they are const or > readonly. Yes, this can make a problem. Then we need add readonly modifier which prevent variable from constant folding.