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

Continue parsing function after finding ... arg #48154

Merged
merged 1 commit into from
Feb 15, 2018

Commits on Feb 12, 2018

  1. Continue parsing function after finding ... arg

    When encountering a variadic argument in a function definition that
    doesn't accept it, if immediately after there's a closing paren,
    continue parsing as normal. Otherwise keep current behavior of emitting
    error and stopping.
    estebank committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f7cabc6 View commit details
    Browse the repository at this point in the history