mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
The compiler believes these are where a macro call starts (marked with
`^`):
m "string"
^ ^
This commit addresses that.
The compiler believes these are where a macro call starts (marked with
`^`):
m "string"
^ ^
This commit addresses that.