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 inheritance is mostly not implemented for readonly protocols. Before enabling we need to decide what happens when inheriting from a protocol with mutable members. Do we block this (like dataclasses do) or allow partial readonly/mutable interfaces?
The text was updated successfully, but these errors were encountered:
Currently inheritance is mostly not implemented for
readonly
protocols. Before enabling we need to decide what happens when inheriting from a protocol with mutable members. Do we block this (like dataclasses do) or allow partial readonly/mutable interfaces?The text was updated successfully, but these errors were encountered: