vscode-vlang
vscode-vlang copied to clipboard
Returned type of of function has no scope
The returned type has no scope for functions return a custom (not built-in) type. It should have storage.type.other.v scope.

@pouyakary another task if you want :)
@danieldaeschle well I always liked to be a V contributor :) assign me to!
For more work ask Alex on discord! :D
So been trying to tackle this one that I found out I don't understand this part of the grammar that correctly. So we have 3 different function declaration grammars:
function-declfunction-extend-declfunction-limited-overload-decl
Can you explain me what are the differences between them?