Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore argumentLabel when equal to parameterName #67

Merged
merged 1 commit into from
Jul 20, 2022

Commits on Jul 18, 2022

  1. Ignore argumentLabel when equal to parameterName

    Declaring a function parameter with the same value for
    argumentLabel and parameterSpec produces a warning in xcode (often
    treated as error if the compiler setting is enabled). We should handle
    this while emitting code and only adding the argumentLabel when its
    value is different from parameterName
    francybiga committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    f305355 View commit details
    Browse the repository at this point in the history