mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-18 17:41:21 +00:00
* fixes #21306; don't transform yields in the var section when introducing new local vars * adds `inVarSection` so the var section in the var section is freshed * use `isIntroducingNewLocalVars` to avoid yield transformations in var sections * fixes comments