Skip to content

Conversation

tinganho
Copy link
Contributor

Fixes #3600.

@@ -11925,6 +11925,10 @@ namespace ts {
return resolveEntityName(<EntityName>entityName, meaning);
}

if (entityName.parent.kind === SyntaxKind.TypePredicate) {
return resolveEntityName(<Identifier>entityName, /* meanings */ SymbolFlags.FunctionScopedVariable);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: We usually don't put space around the name for the comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I also noticed that the parameter name is without plural. Fixed now.

@DanielRosenwasser
Copy link
Member

👍

@mhegazy
Copy link
Contributor

mhegazy commented Jun 24, 2015

thanks!

mhegazy added a commit that referenced this pull request Jun 24, 2015
@mhegazy mhegazy merged commit 20b4b7f into microsoft:master Jun 24, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants