This commit is contained in:
navya9singh 2023-05-09 16:19:16 -07:00
Родитель eb27736bcd
Коммит 1a51d52b98
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -3871,7 +3871,6 @@ namespace Parser {
if (token() === SyntaxKind.ColonToken) {
parseErrorAtCurrentToken(Diagnostics.Invalid_character);
nextToken();
constraint = parseType();
}
// It's not uncommon for people to write improper constraints to a generic. If the
// user writes a constraint that is an expression and not an actual type, then parse