Skip to content

Commit 2a2424a

Browse files
committed
Bump analyzer to 0.27.4-alpha.17.
* Support for trailing commas in parameter and argument lists (#26647). * Strong mode breaking change: can now infer generic type arguments from the constructor invocation arguments (#25220). BUG= [email protected] Review URL: https://codereview.chromium.org/2163503002 .
1 parent 37dbf25 commit 2a2424a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pkg/analyzer/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Next release
1+
## 0.27.4-alpha.17
2+
* Support for trailing commas in parameter and argument lists (#26647).
23
* Strong mode breaking change: can now infer generic type arguments from the constructor invocation arguments (#25220).
34

45
## 0.27.4-alpha.16

pkg/analyzer/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: analyzer
2-
version: 0.27.4-alpha.16
2+
version: 0.27.4-alpha.17
33
author: Dart Team <[email protected]>
44
description: Static analyzer for Dart.
55
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer

0 commit comments

Comments
 (0)