dart-lang / linter

Linter for Dart.
https://dart.dev/tools/linter-rules
BSD 3-Clause "New" or "Revised" License
628 stars 170 forks source link

use_rethrow_when_possible: reports for other positions where a statement is not allowed. #4940

Closed srawlins closed 5 months ago

srawlins commented 5 months ago

This rule is reported in other positions like [if (true) throw e];. Similar to #4919

srawlins commented 5 months ago

Fixed by https://github.com/dart-lang/sdk/commit/1dd5b46daba7b321d3b68537a6666f1cc0079305