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

resolveName: remove useless case #28669

Merged
merged 2 commits into from Apr 25, 2019

Commits on Nov 25, 2018

  1. resolveName: remove useless case

    PropertySignature cannot occur in a class.
    The condition inside the clause required the parent to be a class, so it was never true.
    
    This removes the case clause and the part of the condition that is now useless.
    ajafff committed Nov 25, 2018
    Copy the full SHA
    19a5db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Copy the full SHA
    153538f View commit details
    Browse the repository at this point in the history