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
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
/
t19662.nim
blob: 7a1864ac6e42f23ddb04418eaf7a71a15137b628 (
plain
) (
blame
)
1
2
3
4
5
6
var
i
:
int
# bug #19662
echo
i
discard
"""
errormsg: "invalid indentation"
"""