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
I suspect psalm incorrectly assumes positive-int type for the result of a bit operation with two positive-int arguments. But while 1 and 2 are positive, 1 & 2 is not.