We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4214aed commit a5d320aCopy full SHA for a5d320a
src/compiler/checker.ts
@@ -805,7 +805,7 @@ namespace ts {
805
}
806
else {
807
const isDeclarationInstanceProperty = declaration.kind === SyntaxKind.PropertyDeclaration && !(getModifierFlags(declaration) & ModifierFlags.Static);
808
- if(!isDeclarationInstanceProperty || getContainingClass(usage) !== getContainingClass(declaration)) {
+ if (!isDeclarationInstanceProperty || getContainingClass(usage) !== getContainingClass(declaration)) {
809
return true;
810
811
0 commit comments