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
As a native English speaker, I don't find it particularly clunky. By contrast, "ineffectual" feels like useless use of a big word that still wants to mean "useless".
If anything, the "use of" could go away, as could repeating it if the useless term matches the expression as a whole, which would leave just Useless "sqrt $five" in sink context.
The Problem
Useless use of "sqrt $five" in expression "sqrt $five" in sink context (line 2)
Error message sounds robotic, strange use of English.
Expected Behavior
Ineffectual use of...
Steps to Reproduce
my $five = 5;
sqrt $five;
say $five;
(This must be done in a script, not REPL.)
Also:
sub do_twice($code) {$code; $code}
WARNINGS for :
Useless use of $code in sink context (line 1)
sub do_twice ($code) { #`(Sub|94507960233504) ... }
The text was updated successfully, but these errors were encountered: