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
The letter case of the argument is not being retained for the message of UNUSED_METHOD_ARGUMENT. It is being represented as all lowercase in the message regardless of how it is written.
Example
function foo(any bAr) {
return;
}
Reports the message as "Argument bar is not used in function. Consider removing it." and variable as "bar".
The text was updated successfully, but these errors were encountered:
The letter case of the argument is not being retained for the message of
UNUSED_METHOD_ARGUMENT
. It is being represented as all lowercase in the message regardless of how it is written.Example
Reports the message as "Argument bar is not used in function. Consider removing it." and variable as "bar".
The text was updated successfully, but these errors were encountered: