mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 04:02:41 +00:00
changed testcase for new LL semantics
This commit is contained in:
@@ -87,7 +87,7 @@ when true:
|
||||
proc py() {.closure.} =
|
||||
echo "py"
|
||||
|
||||
const
|
||||
let
|
||||
mapping = {
|
||||
"abc": px,
|
||||
"xyz": py
|
||||
|
||||
Reference in New Issue
Block a user