index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
stylecheck
/
t20397.nim
blob: 486a97d73e929224d07634b0e2daa41b46cd4a72 (
plain
) (
tree
)
70c25c45d
^
1
2
3
4
{.hintAsError[Name]:on.}
var
a_b
=
1
discard
a_b
{.hintAsError[Name]:off.}