File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ significant changes across all areas of the platform. Large changes include:
1414
1515* ** (Breaking)** Functions marked ` async ` now run synchronously to the first
1616 ` await ` statement instead of returning to the event loop once at the top of
17- the function body before any code runs ([ issue ] [ 30345 ] ).
17+ the function body before any code runs ([ issue 30345 ] [ ] ).
1818
1919* ** (Breaking)** Constants in the core libraries have been renamed from
2020 ` SCREAMING_CAPS ` to ` lowercaseWithUnderscores ` .
@@ -61,7 +61,7 @@ significant changes across all areas of the platform. Large changes include:
6161 file. The Dart 1.0 syntax is supported but deprecated.
6262
6363* Added support for starting `async` functions synchronously. All tools (VM,
64- dart2js, DDC) support this ([issue ][30345 ]).
64+ dart2js, DDC) support this ([issue 30345][ ]).
6565
6666* The type `void` is now a Top type like `dynamic`, and `Object`. It also now
6767 has new errors for being used where not allowed (such as being assigned to
@@ -80,7 +80,7 @@ significant changes across all areas of the platform. Large changes include:
8080 }
8181 ```
8282
83- * Invocations of noSuchMethod receive default values for optional args. The
83+ * Invocations of ` noSuchMethod()` receive default values for optional args. The
8484 following program used to print "No arguments passed", and now prints "First
8585 argument is 3".
8686
You can’t perform that action at this time.
0 commit comments