Rename _objectLiteralBrandBrand to _objectLiteralBrand. (#30797)

This commit is contained in:
David Sherret
2019-04-23 17:33:54 -04:00
committed by Ryan Cavanaugh
parent 27075555c8
commit 8fc6640f55
6 changed files with 6 additions and 6 deletions

View File

@@ -946,7 +946,7 @@ namespace ts {
}
export interface ObjectLiteralElement extends NamedDeclaration {
_objectLiteralBrandBrand: any;
_objectLiteralBrand: any;
name?: PropertyName;
}