mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 03:24:41 +00:00
transformed {.reorder: on.} into {.experimental: codeReordering.}, added tests
This commit is contained in:
@@ -2,7 +2,8 @@ discard """
|
||||
disabled: true
|
||||
"""
|
||||
|
||||
{. noforward: on .}
|
||||
# {. noforward: on .}
|
||||
{.experimental: "codeReordering".}
|
||||
|
||||
proc foo(x: int) =
|
||||
bar x
|
||||
|
||||
Reference in New Issue
Block a user