You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, annotations are added to symbols in the type completer. When accessing sym.annotations in the compiler, the symbol is not initialized (that only happens when accessing annotations through reflection), so one might see the empty list.
We already have lazy annotations (and we use them), so could we add annotations when the symbol is created, just like the lazy type?
The text was updated successfully, but these errors were encountered:
Currently, annotations are added to symbols in the type completer. When accessing
sym.annotations
in the compiler, the symbol is not initialized (that only happens when accessingannotations
through reflection), so one might see the empty list.We already have lazy annotations (and we use them), so could we add annotations when the symbol is created, just like the lazy type?
The text was updated successfully, but these errors were encountered: