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
Affected Branch: Affected Build: Affected Product Language: Steps to reproduce:
Examples like the following:
export module m1 { class m1_c_private { } export class m1_C4_public extends m1_c_private { !!! Exported class 'm1_C4_public' extends private class 'm1_c_private'. } }
This error was lost, and many others like it, in
tests/cases/compiler/privacyClass.ts.
Other offenders in this file:
m1_C12_public
glo_C4_public
glo_C12_public
The text was updated successfully, but these errors were encountered:
Report error on Class/Interface heritage clause if it cant be accessed
0fbc147
Fixes #78 and #83
09ec1bb
sheetalkamat
No branches or pull requests
Affected Branch: Affected Build: Affected Product Language: Steps to reproduce:
Examples like the following:
This error was lost, and many others like it, in
tests/cases/compiler/privacyClass.ts.
Other offenders in this file:
m1_C12_public
glo_C4_public
glo_C12_public
The text was updated successfully, but these errors were encountered: