Replies: 1 comment 3 replies
-
Your return value is |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Given the following scenario:
while I guess it is working as expected (hence why this is posted in discussions rather than as an issue) to just have the generic type displayed as the return value, I was wondering if there is an option to make that more elaborate.
My use-case is a configuration table, with a multitude of keys, subtables and whatnot.
I'd like something akin to:
as the docstring, is that possible?
I have tried to define
amazingTbl
in a multitude of ways, and also tried annotatingdoStuff()
with---@type fun()
,---@param;@return
to no avail.Beta Was this translation helpful? Give feedback.
All reactions