The diagnostic wrong_number_of_type_arguments_function does not have published docs

It was incorrectly marked as having them. Attempting to navigate to docs
opens the correct page but there's no docs to open to so it leaves the
page scrolled to the top.

Change-Id: I862fa215ee59e8aa1200a7e33186e91528b8ef19
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213840
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
This commit is contained in:
Brian Wilkerson 2021-09-20 15:54:03 +00:00 committed by commit-bot@chromium.org
parent 9f0c408376
commit e061501495

View file

@ -14793,7 +14793,6 @@ class CompileTimeErrorCode extends AnalyzerErrorCode {
correction:
"Try adjusting the number of type arguments to match the number "
"of type parameters.",
hasPublishedDocs: true,
uniqueName: 'WRONG_NUMBER_OF_TYPE_ARGUMENTS_ANONYMOUS_FUNCTION');
/**
@ -14912,8 +14911,7 @@ class CompileTimeErrorCode extends AnalyzerErrorCode {
"but {2} type arguments were given.",
correction:
"Try adjusting the number of type arguments to match the number "
"of type parameters.",
hasPublishedDocs: true);
"of type parameters.");
/**
* Parameters: