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
Move general pattern to the end to avoid accidental processing before the sequence-specialized cases.
We want to put the sequence-specialized cases up front, so that they are first checked before falling through to the general cases.
PiperOrigin-RevId: 695348636
0 commit comments