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:
14
14
15
15
* ** (Breaking)** Functions marked ` async ` now run synchronously to the first
16
16
` 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 ] [ ] ).
18
18
19
19
* ** (Breaking)** Constants in the core libraries have been renamed from
20
20
` SCREAMING_CAPS ` to ` lowercaseWithUnderscores ` .
@@ -61,7 +61,7 @@ significant changes across all areas of the platform. Large changes include:
61
61
file. The Dart 1.0 syntax is supported but deprecated.
62
62
63
63
* Added support for starting `async` functions synchronously. All tools (VM,
64
- dart2js, DDC) support this ([issue ][30345 ]).
64
+ dart2js, DDC) support this ([issue 30345][ ]).
65
65
66
66
* The type `void` is now a Top type like `dynamic`, and `Object`. It also now
67
67
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:
80
80
}
81
81
```
82
82
83
- * Invocations of noSuchMethod receive default values for optional args. The
83
+ * Invocations of ` noSuchMethod()` receive default values for optional args. The
84
84
following program used to print "No arguments passed", and now prints "First
85
85
argument is 3".
86
86
You can’t perform that action at this time.
0 commit comments