mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-24 11:43:18 -05:00
Address code review
This commit is contained in:
@@ -13429,7 +13429,6 @@ namespace ts {
|
||||
}
|
||||
break;
|
||||
case SyntaxKind.FunctionExpression:
|
||||
case SyntaxKind.ClassExpression:
|
||||
let funcName = (<FunctionExpression>location).name;
|
||||
if (funcName) {
|
||||
copySymbol(location.symbol, meaning);
|
||||
|
||||
Reference in New Issue
Block a user