No IntelliSense for variables assigned from generic functions if their type isn't specified.
Closed this issue · 5 comments
Stannic-7863 commented
DanielGavin commented
Please post code of your definitions of all the foo_*
.
DanielGavin commented
I think your code is invalid. Have you tried compiling it? There is no way to resolve foo(), since it takes no arguments, how would Odin be able to infer what procedure to use.
Stannic-7863 commented
Stannic-7863 commented
DanielGavin commented
Should be fixed now. Tested on the builtin len and your example.