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 current behavior is to convert each parameter to the form required this._finalCutLibrary. I'm guessing that the concern is that private named parameters can't be referenced outside the library in which the parameter is defined.
But in this case the class is private, so the constructor also can't be invokes outside the library, so the code is actually valid.
I thought I had a use case earlier where there was a private named parameter and there was no diagnostic. I can't reproduce that behavior now, so I must have done something other than what I thought I had.
Making named arguments quick fix results in invalid code
expected code:
The text was updated successfully, but these errors were encountered: