2be889b59f
Primary constructors introduces the ability to use `new` in place of a class name in a constructor. The previous changes to code completion missed this, but this CL causes `new` to be suggested at the beginning of a member. Change-Id: I56ac6d3d8649e55de264f6e4f91b4c5db2e37c92 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/483322 Reviewed-by: Samuel Rawlins <srawlins@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>