Skip to content

Commit

Permalink
Merge pull request #19434 from Microsoft/port-master-10-23
Browse files Browse the repository at this point in the history
Port fixes from master to release-2.6 10/23
  • Loading branch information
mhegazy committed Oct 24, 2017
2 parents 02cc07c + a362bbf commit 3134111
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/compiler/symbolWalker.ts
Expand Up @@ -122,7 +122,7 @@ namespace ts {
}
forEach(signature.typeParameters, visitType);

for (const parameter of signature.parameters){
for (const parameter of signature.parameters) {
visitSymbol(parameter);
}
visitType(getRestTypeOfSignature(signature));
Expand Down

0 comments on commit 3134111

Please sign in to comment.