Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: src/site/docs/dart-up-and-running/preface.markdown

Issue 1301343002: add null-aware operators to the language tour (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: incorporate Gilad's review comment Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/docs/dart-up-and-running/ch03.markdown ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/dart-up-and-running/preface.markdown
diff --git a/src/site/docs/dart-up-and-running/preface.markdown b/src/site/docs/dart-up-and-running/preface.markdown
index 7c4f0bf5a9b6f4e09e53065c61b2a388e5c632af..b2e962fd8000ffa1ec961fa14a2adf2776c69df1 100644
--- a/src/site/docs/dart-up-and-running/preface.markdown
+++ b/src/site/docs/dart-up-and-running/preface.markdown
@@ -106,6 +106,10 @@ recent printing.
Added documentation for language features introduced after 1.0:
+- Null-aware operators:
+ - [??](ch02.html#conditional-expressions)
+ - [??=](ch02.html#assignment-operators)
+ - [?.](ch02.html#other-operators)
- [Enumerated types](ch02.html#enums)
- [Deferred loading](ch02.html#deferred-loading)
- [Asynchrony support](ch02.html#asynchrony)
« no previous file with comments | « src/site/docs/dart-up-and-running/ch03.markdown ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698