You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the rare case where the formatter decides to split the parameter-list-like part of a catch clause, it appends a trailing comma. This is consistent with other places in the language.
However, it appears that catch clauses don't actually allow a trailing comma there, so the result is invalid syntax. As with type parameter and type argument lists, it shouldn't put a trailing comma here.