mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
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:
parent
0971185695
commit
3d1cd6a536
2 changed files with 0 additions and 8 deletions
|
@ -18637,10 +18637,6 @@ HintCode:
|
||||||
a.Library();
|
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:
|
IMPORT_OF_LEGACY_LIBRARY_INTO_NULL_SAFE:
|
||||||
problemMessage: "The library '{0}' is legacy, and shouldn't be imported into a null safe library."
|
problemMessage: "The library '{0}' is legacy, and shouldn't be imported into a null safe library."
|
||||||
correctionMessage: Try migrating the imported library.
|
correctionMessage: Try migrating the imported library.
|
||||||
|
|
|
@ -7465,10 +7465,6 @@ void f() {
|
||||||
}
|
}
|
||||||
{% endprettify %}
|
{% 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
|
### import_internal_library
|
||||||
|
|
||||||
_The library '{0}' is internal and can't be imported._
|
_The library '{0}' is internal and can't be imported._
|
||||||
|
|
Loading…
Reference in a new issue