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
allanrenucci
changed the title
Unnecessary lifting of implicit conversion for extension method with varargs
Unnecessary lifting of the receiver of a call to a method with varargs
Oct 2, 2018
…rargs
The receiver of a function is lifted if the call use default arguments.
To figure out if a default argument is needed, we compare the number of
passed arguments to the expected number of arguments.
Repeated arguments do not count as required arguments
The text was updated successfully, but these errors were encountered: