5fd3ccd4d0
New source locations were added for field initializers to support upcoming primary constructor work. See: https://dart-review.googlesource.com/c/sdk/+/468780 This change ensures the initializer assignment statements we add to the constructor body are fully mapped. Without this change the new initializer assignment wasn't getting a mapping so it continued from whatever appeared before it. Change-Id: Id6ba0619e49e4a517ea36ffa728cf0c1502a14e8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/469300 Auto-Submit: Nicholas Shahan <nshahan@google.com> Reviewed-by: Nate Biggs <natebiggs@google.com> Commit-Queue: Nate Biggs <natebiggs@google.com>