c338941801
Flutter uses continue labels (see https://github.com/dart-lang/sdk/issues/29352), but only to the next switch case - i.e., the fall through case. The kernel backend already elides the continue here. This does the same for the analyzer backend. This gets one co19 test passing on ddc (was already passing on ddk). Change-Id: Ifc085415e3d1735c1a534c0683a4c89289820ba0 Reviewed-on: https://dart-review.googlesource.com/c/93462 Commit-Queue: Vijay Menon <vsm@google.com> Reviewed-by: Jenny Messerly <jmesserly@google.com>