8900608365
Fixes https://github.com/dart-lang/sdk/issues/45958 Move check out of old checker.dart, into (less old) error_verifier.dart and move test case out of old checker_test.dart. Add valid test case. Rename INVALID_SUPER_INVOCATION to SUPER_INVOCATION_NOT_LAST, and correct comment on that code (it has a parameter). Do not duplicate report that code with MULTIPLE_SUPER_INVOCATIONS or with SUPER_IN_REDIRECTING_CONSTRUCTOR. Change-Id: I26e28b345fd8cef8ed2c9ec89ab12b56ea1c2f37 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218982 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Samuel Rawlins <srawlins@google.com>