summary refs log tree commit diff stats
path: root/tests/stylecheck/t20397_1.nim
blob: 24f5791f899895614f868ade92af615f98e37f7f (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  matrix: "--styleCheck:off"
"""

{.hintAsError[Name]:on.}
var a_b = 1
discard a_b
{.hintAsError[Name]:off.}