add @doNotStore entry

Change-Id: I025b3c71ce05383c93adad0989e57f69972d3304
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152602
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2020-06-25 20:12:32 +00:00 committed by commit-bot@chromium.org
parent f124f0fcfc
commit b42dc32514

View file

@ -1,6 +1,9 @@
## 1.2.0-nnbd
* Opt into null safety.
* Introduce `@doNotStore` to annotate methods, getters and functions to
indicate that values obtained by invoking them should not be stored in a
field or top-level variable.
## 1.1.8