mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-06 07:38:24 +00:00
Because `prevFields` and `currentFields` have been already quoted by `'`, no need to add another. The error message was ``` The fields ''x'' and ''y'' cannot be initialized together, because they are from conflicting branches in the case object. ```