This commit is contained in:
Ryan Cavanaugh 2016-02-01 10:14:14 -08:00
parent 1f503f1b27
commit 95196886f7

View File

@ -10347,7 +10347,7 @@ namespace ts {
if (returnTag && returnTag.typeExpression) {
return getTypeFromTypeNode(returnTag.typeExpression.type);
}
return undefined;
}