Merge pull request #17025 from Microsoft/master-16763

[Master] Fix 16763
This commit is contained in:
Yui
2017-07-12 16:36:04 -07:00
committed by GitHub
6 changed files with 98 additions and 2 deletions

View File

@@ -5121,6 +5121,7 @@ namespace ts {
|| kind === SyntaxKind.ThisKeyword
|| kind === SyntaxKind.TrueKeyword
|| kind === SyntaxKind.SuperKeyword
|| kind === SyntaxKind.ImportKeyword
|| kind === SyntaxKind.NonNullExpression
|| kind === SyntaxKind.MetaProperty;
}