d089486bc5
By mistake, the update to the language specification grammar in commit b26e7287c318c0112610fe8b7e175289792dfde2, May 2021, was not performed in Dart.g (it's the generalization that allows method invocations of the form `super(...)` or `super<...>(...)`). This CL adds the needed alternative to the grammar rule `primary`. This CL also changes the order of the alternatives in the `primary` rule such that it matches the ordering of alternatives in the language specification. Change-Id: I34092975d1de1e522b0262017686673b7ea7e9e0 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279092 Reviewed-by: William Hesse <whesse@google.com> Commit-Queue: Erik Ernst <eernst@google.com>