mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
1d01f6bfdc
1. The error function throws, so no code after it is reachable. 2. Some switch statements are exhaustive, so no code after them are reachable. PR Close #40984