Closed
Description
In our factories, every Identifier
has an unconditional assignment to originalKeywordKind
. This feels wasteful, but it's at the expense of reducing polymorphism. As an experiment, we should see
- Whether we can conditionally set it at no cost, or
- Whether we can just remove it entirely, computing the necessary information on the fly.