Files
Nim/tests/constr/b.nim
Bung ec674e6d5b fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20554)
fix #18990 Regression in proc symbol resolution; Error: attempting to call routine

(cherry picked from commit ea2f2775a7)
2022-10-21 09:19:53 +02:00

2 lines
50 B
Nim

type B* = object
proc A*(a, b: float): B = discard