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
BSteffaniak
changed the title
Passing array literal to function requiring an implicit named argument fails
Passing nameless argument to function requiring an implicit named argument fails
Aug 24, 2022
passes
[charToTrim]
asgenerated54: [charToTrim]
A workaround is to call the function like this:
trimEnd(end, charsToTrim: [charToTrim])
The text was updated successfully, but these errors were encountered: