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
Note: This shouldn't occur particularly frequently, as superfluous
arguments are likely to trigger warnings when scalar context is
applied to the list.
e.g. `my $x = (1,2,3);` is essentially the same as `my $x = 3;`
0 commit comments