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
Rule remove_empty_finally_blocks may introduce syntax errors if there is no catch block. The finally block should only be removed if there actually is a catch block attached to the try-statement.
The text was updated successfully, but these errors were encountered:
Rule remove_empty_finally_blocks may introduce syntax errors if there is no catch block. The finally block should only be removed if there actually is a catch block attached to the try-statement.
The text was updated successfully, but these errors were encountered: