Semicolon.

This commit is contained in:
Daniel Rosenwasser
2015-10-08 15:49:32 -07:00
parent 84b64c4c67
commit 3788254fdc

View File

@@ -2366,7 +2366,7 @@ namespace ts {
let node = tryParse(parseKeywordAndNoDot);
return node || parseTypeReferenceOrTypePredicate();
case SyntaxKind.StringLiteral:
return <StringLiteral>parseLiteralNode(/*internName*/ true)
return <StringLiteral>parseLiteralNode(/*internName*/ true);
case SyntaxKind.VoidKeyword:
case SyntaxKind.ThisKeyword:
return parseTokenNode<TypeNode>();