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
Refix #4936: Move check from Parsers back to Desugar
This follows again the original strategy in
1ecf67b.
This check is at the latest possible point: a few lines later,
`RetainedModuleValFlags` excludes `Abstract` and `Sealed` while
`ModuleValCreationFlags` adds `Final`.
Unlike in Parsers, at this point in Desugar we get Synthetic objects.
We also get objects with flags but without corresponding mods; they might all
be synthetic, but let's harden flagSpan anyway.
0 commit comments