We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
let foo = {struct literal};
A type hint on a variable that is simply let-bound to a struct literal seems rather pointless:
let
See also #3796, which was about chaining type hints for struct literals.