Files
Nim/tests/constr/t18990.nim
Bung ea2f2775a7 fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20554)
fix #18990 Regression in proc symbol resolution; Error: attempting to call routine
2022-10-12 20:44:45 -04:00

3 lines
84 B
Nim

import a, b
discard A(1f, 1f) # works
proc x(b = A(1f, 1f)) = discard # doesn't work