270ef81125
The specification grammar has a rule for `initializerExpression` that derives only `cascade` and `conditionalExpression`, whereas the implementations allow throw expressions and assignments as well. This CL broadens the grammar rule for `initializerExpression` such that it derives the missing terms as well. Change-Id: Iba3bb11623e07ac81cf9763228ae3e1b7b5204e3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/340620 Reviewed-by: William Hesse <whesse@google.com> Commit-Queue: Erik Ernst <eernst@google.com>