mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-23 13:19:55 +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.