mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Remove space and s
This commit is contained in:
@@ -11926,7 +11926,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (entityName.parent.kind === SyntaxKind.TypePredicate) {
|
||||
return resolveEntityName(<Identifier>entityName, /* meanings */ SymbolFlags.FunctionScopedVariable);
|
||||
return resolveEntityName(<Identifier>entityName, /*meaning*/ SymbolFlags.FunctionScopedVariable);
|
||||
}
|
||||
|
||||
// Do we want to return undefined here?
|
||||
|
||||
Reference in New Issue
Block a user