Alignment.

This commit is contained in:
Daniel Rosenwasser
2015-04-16 14:39:34 -07:00
parent 8d4d7df71a
commit feba8fbbde

View File

@@ -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 {