383f45ac7e
This is a new HintCode for code in which comment-references is enabled. `/// See also [new List].` is marked as deprecated, preferring a direct reference (or "tear-off") of a constructor, like `/// See also [List.new].`. Additionally, a new quick fix supports making the above conversion, taking into account both unnamed and named constructors. Bug: https://github.com/dart-lang/sdk/issues/47446 Change-Id: Iec68ef21bd03198ea822979f6f0048cc655023c8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217400 Commit-Queue: Samuel Rawlins <srawlins@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Janice Collins <jcollins@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>