bec664e1e8
This is another lint intended primarily for testing. It is intended to flag every non-declaring formal parameter in a primary constructor that could be converted to be a declaring parameter. There is an existing assist to convert a non-declaring parameter to a declaring parameter, but I want to make sure that this lint is catching all of the right conditions before enhancing it to be a fix. Change-Id: I10f8a4980bbc77d35a920a221ef26957f96d22d9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/501580 Commit-Queue: Brian Wilkerson <brianwilkerson@google.com> Reviewed-by: Paul Berry <paulberry@google.com>