Add appropriate switch case.

This commit is contained in:
Cyrus Najmabadi 2014-11-25 23:38:40 -08:00
parent 480020e1d6
commit 01ce9f8cc8

View file

@ -1705,6 +1705,7 @@ module TypeScript.Parser {
case SyntaxKind.InterfaceKeyword:
case SyntaxKind.ClassKeyword:
case SyntaxKind.EnumKeyword:
case SyntaxKind.ExportKeyword:
return true;
}
}