You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/user/programming/nim/x.nim(3, 11) template/generic instantiation of `myTemplate` from here
/home/user/programming/nim/y.nim(4, 13) Error: attempting to call undeclared routine: 'myProc'
Example
y.nim:
x.nim:
Current Output
Possible Solution
"".myProc()
tomyProc("")
Additional Information
Tested with 1.2.4 and 4f6acf2
The text was updated successfully, but these errors were encountered: