We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7a67e commit f3dd0b0Copy full SHA for f3dd0b0
2 files changed
src/compiler/binder.ts
@@ -2206,6 +2206,7 @@ namespace ts {
2206
2207
case SyntaxKind.AnyKeyword:
2208
case SyntaxKind.NumberKeyword:
2209
+ case SyntaxKind.NeverKeyword:
2210
case SyntaxKind.StringKeyword:
2211
case SyntaxKind.BooleanKeyword:
2212
case SyntaxKind.SymbolKeyword:
src/compiler/transformers/ts.ts
@@ -256,6 +256,7 @@ namespace ts {
256
257
258
259
260
case SyntaxKind.VoidKeyword:
261
262
case SyntaxKind.ConstructorType:
0 commit comments