mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 19:52:36 +00:00
fix #18990 Regression in proc symbol resolution; Error: attempting to call routine
(cherry picked from commit ea2f2775a7)
2 lines
50 B
Nim
2 lines
50 B
Nim
type B* = object
|
|
proc A*(a, b: float): B = discard |