No successful run was found on main (94fb705) during the generation of this report, so 055322c was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
Benchmarks
13 archived benchmarks were run. If they were deleted in another branch, consider rebasing to remove them from the report. .
Fixed Parser error for empty type args for generic
Add new diagnostic SyntaxError::TypeArgumentListCannotBeEmpty.
Add regression test to assert parse error for empty generic list.
Issue fixed: #11119
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>
c3b823c
27 days ago
by YashSuthar983
0%
Rename TypeArgumentListCannotBeEmpty to EmptyTypeArgumentList
Signed-off-by: Yash Suthar <yashsuthar983@gmail.com>