diff --git a/src/compiler/types.ts b/src/compiler/types.ts index b3d2f7858ea..bc9a0f66f8d 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -389,7 +389,7 @@ module ts { export interface Identifier extends PrimaryExpression { text: string; // Text of identifier (with escapes converted to characters) - originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later + originalKeywordKind?: SyntaxKind; // Original syntaxKind which get set so that we can report an error later } export interface QualifiedName extends Node {