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
/
reject
/
twrongtupleaccess.nim
blob: f706e267c14e323220d807cc5d617373f875d6dd (
plain
) (
blame
)
1
2
3
4
5
# Bugfix
var
v
=
(
5.0
,
10.0
)
v
.
setBLAH
(
10
)