mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 23:33:28 +00:00
system.'..<' should not be dirty; fixes yet another regression
This commit is contained in:
@@ -3429,7 +3429,7 @@ template `..^`*(a, b: untyped): untyped =
|
||||
## '..' and '^' is required.
|
||||
a .. ^b
|
||||
|
||||
template `..<`*(a, b: untyped): untyped {.dirty.} =
|
||||
template `..<`*(a, b: untyped): untyped =
|
||||
## a shortcut for 'a..pred(b)'.
|
||||
a .. pred(b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user