Files
Nim/tests/constr/b.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

2 lines
50 B
Nim

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