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
// expected-error@-2 {{switch must be exhaustive}}
1415
-
// FIXME: This should not be an error, analogous to the test cases above.
1416
1413
caselet.box((x, y), z):return(x, y, z)
1417
1414
// expected-warning@-1 {{the enum case has a single tuple as an associated value, but there are several patterns here, implicitly tupling the patterns and trying to match that instead}}
0 commit comments