mirror of
https://github.com/dart-lang/sdk
synced 2024-11-05 18:22:09 +00:00
1861faef4a
Because it can, and therefore should. Also update the methods to use `??` more, which should be safe now that unsound null safety is no longer a thing. Avoid chains of override-scopes by inlining the parts of the outer scope which is not overridden. Fix two bugs: * `statSync` was checking whether `_stat` was non-`null`, then calling `_statSync`. * `socketConncet` did not pass source port to function. CoreLibraryReviewExempt: Affects only VM. Change-Id: I9d4971271305c52948d334f69ae71d750587ed97 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/314880 Commit-Queue: Lasse Nielsen <lrn@google.com> Reviewed-by: Brian Quinlan <bquinlan@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
.gitignore | ||
api_readme.md | ||
BUILD.gn | ||
OWNERS |