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
Having a conditional type like (IsClient is true ? Child1 : Child2) and calling a method on it will fail with InvalidMethodCall, though all methods on the intersection Child1&Child2 should be trivially callable.
Having a conditional type like
(IsClient is true ? Child1 : Child2)
and calling a method on it will fail with InvalidMethodCall, though all methods on the intersectionChild1&Child2
should be trivially callable.https://psalm.dev/r/1629e589b7
The text was updated successfully, but these errors were encountered: