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
There is a place where they can be very useful to give additional type hints --- iterators returned from public methods. Currently an iterator is an iterator and it can have any kind of element inside, but if it'd be an Iterator[type] that'd be a different story. Refs. #2767 and #2768.
Either non-pointer or pointer, both cases are disallowed to be generic.
Need to be reverted and properly handled within the scope of #2376.
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
I doubt it's very much useful for contracts and it only works with 1.18+ that has appropriate data in the AST, but we can consider it in some future.
The text was updated successfully, but these errors were encountered: