We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following co19 test fails with the compile-time error 'Error: Duplicate definition of 'foo'':
Language/07_Classes/1_Instance_Methods_A07_t01.
ECMA-408 10.1 p22 mandates a static warning, but no support for a compile-time error seems to exist.
The text was updated successfully, but these errors were encountered:
Test is now called Language/Classes/Instance_Methods/same_name_setter_t01.
Should be fixed with unified frontend.
Sorry, something went wrong.
This is indeed fixed with the unified frontend.
johnniwinther
No branches or pull requests
The following co19 test fails with the compile-time error 'Error: Duplicate definition of 'foo'':
Language/07_Classes/1_Instance_Methods_A07_t01.
ECMA-408 10.1 p22 mandates a static warning, but no support for a compile-time error seems to exist.
The text was updated successfully, but these errors were encountered: