mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Changed symbolflag
This commit is contained in:
parent
485e319057
commit
1d04545342
@ -11926,7 +11926,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
if (entityName.parent.kind === SyntaxKind.TypePredicate) {
|
||||
return resolveEntityName(<Identifier>entityName, /* meanings */ SymbolFlags.Variable);
|
||||
return resolveEntityName(<Identifier>entityName, /* meanings */ SymbolFlags.FunctionScopedVariable);
|
||||
}
|
||||
|
||||
// Do we want to return undefined here?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user