Remove incomplete and inappropriate text from documentation

Change-Id: Ie3ecedcaba03ea3db2b5cb724d49add815d9f5be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/274522
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Brian Wilkerson 2022-12-09 19:49:10 +00:00 committed by Commit Queue
parent 0971185695
commit 3d1cd6a536
2 changed files with 0 additions and 8 deletions

View file

@ -18637,10 +18637,6 @@ HintCode:
a.Library();
}
```
If type arguments shouldn't be required for the class, then mark the class
with the `[optionalTypeArgs][meta-optionalTypeArgs]` annotation (from
`package:meta`):
IMPORT_OF_LEGACY_LIBRARY_INTO_NULL_SAFE:
problemMessage: "The library '{0}' is legacy, and shouldn't be imported into a null safe library."
correctionMessage: Try migrating the imported library.

View file

@ -7465,10 +7465,6 @@ void f() {
}
{% endprettify %}
If type arguments shouldn't be required for the class, then mark the class
with the `[optionalTypeArgs][meta-optionalTypeArgs]` annotation (from
`package:meta`):
### import_internal_library
_The library '{0}' is internal and can't be imported._