combined logic in parseParameterOrPropertyTag (#16481)

This commit is contained in:
TravCav
2017-06-13 19:30:36 -04:00
committed by Mohamed Hegazy
parent 27184ed535
commit 9611e58670

View File

@@ -6698,9 +6698,6 @@ namespace ts {
}
else {
preName = name;
}
if (!typeExpression) {
typeExpression = tryParseTypeExpression();
}