6ae0c47649
We already do this in most cases when we have a constructor initializer and the field initializer is side effect free (e.g. implicit null or a literal). But `this.` fields were not recognized as being initialized explicitly by the constructor. This is already working in DDC+Kernel (because `this.` parameters are desugared). Change-Id: I2af1a71681451adf00c1807b2c41dad874a9465a Reviewed-on: https://dart-review.googlesource.com/41961 Reviewed-by: Vijay Menon <vsm@google.com> Commit-Queue: Jenny Messerly <jmesserly@google.com>