Files
Nim/tests/errmsgs/tstaticexprscope.nim
2020-11-29 17:32:34 -08:00

12 lines
168 B
Nim

discard """
errormsg: "undeclared identifier: 'z'"
line: 11
"""
# Open a new scope for static expr blocks
block:
let a = static:
var z = 123
33
echo z