c769743f67
The constant transformer would only transform optional parameters, since these are the only ones that can contain default values. This caused it to miss annotations on required positional parameters. Change-Id: I49bfc84a1a533cec87db557306fdeb3569156947 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/93981 Reviewed-by: Kevin Millikin <kmillikin@google.com> Commit-Queue: Aske Simon Christensen <askesc@google.com>