mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-17 21:12:42 +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.