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

fix(jsii): detect double interface member declarations #360

Merged
merged 1 commit into from
Feb 14, 2019

Commits on Feb 13, 2019

  1. fix(jsii): detect double interface member declarations

    In C# it's prohibited to declare an interface member
    that also exists in an inherited interface. Have jsii
    detect this illegal pattern.
    
    Strictly speaking, this only true if we don't overload,
    but since we don't support overloading anyway we just
    check on the member names, not the types.
    
    Fixes #340.
    Rico Huijbers committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    545cca3 View commit details
    Browse the repository at this point in the history