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
narrow_self.py:15: note: Revealed type is "narrow_self.A | narrow_self.B"
narrow_self.py:16: error: Incompatible return value type (got "A | B", expected "T") [return-value]
This should be safe because arg.f() returns Self which is T in this case.