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, we allow the annotation of types to indicate module paths the type can be imported from. There is one downside to this: it assumes the type is not reused across multiple protocols with incompatible module requirements. It would be nice if we could add annotations right on the spot where we define the protocol, possibly by adding use statements.
The text was updated successfully, but these errors were encountered:
Currently, we allow the annotation of types to indicate module paths the type can be imported from. There is one downside to this: it assumes the type is not reused across multiple protocols with incompatible module requirements. It would be nice if we could add annotations right on the spot where we define the protocol, possibly by adding
use
statements.The text was updated successfully, but these errors were encountered: