@inline
, @expand
, etc. not usable with @typedef
#2916
Labels
good first issue
Easier issue for first time contributors
help wanted
Contributions are especially encouraged
I wasn't sure whether to report this as a bug or feature request since
@inline
, etc. aren't explicitly marked as supporting@typedef
. But since@typedef
s are converted to type aliases or interfaces, it seems it should have worked out of the box.Search terms
inline, expand, typedef
Expected Behavior
Actual Behavior
The referenced type and type definition itself fall back to
any
:Steps to reproduce the bug
Moving the placement of
@inline
to above@typedef
or below the@property
has it get ignored entirely (perhaps expected).Environment
The text was updated successfully, but these errors were encountered: