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
/
js
/
t11697.nim
blob: 9677525861bd76ad8133460c1362427b9bd19bc0 (
plain
) (
blame
)
1
2
3
4
5
import
tables
var
xs
:
Table
[
int
,
Table
[
int
,
int
]]
doAssertRaises
(
KeyError
):
reset
xs
[
0
]