summary refs log tree commit diff stats
path: root/tests/constructors/t18990.nim
blob: 2f60f3c2c91da58b7f55143b729130ee227cff17 (plain) (blame)
1
2
3
import a, b
discard A(1f, 1f) # works
proc x(b = A(1f, 1f)) = discard # doesn't work