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
/
importalls
/
mt4b.nim
blob: 4578bc54c4f31b147ecde88c3f0bfee1f47859a8 (
plain
) (
blame
)
1
2
3
from
.
/
m1
{.all.}
as
m2
import
nil
doAssert
not
compiles
(
foo1
)
doAssert
m2
.
foo1
==
2