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
/
constructors
/
t18990.nim
blob: 2f60f3c2c91da58b7f55143b729130ee227cff17 (
plain
) (
blame
)
1
2
3
import
a
,
b
discard
A
(
1
f, 1f) # works
proc
x
(
b
=
A
(
1
f, 1f)) = discard # doesn't work