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

Unified Diff: CHANGELOG.md

Issue 2360973004: fix #27408, reverts "ignore dynamic in inference" (Closed)
Patch Set: run ddc presumbit Created 4 years, 3 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 | « no previous file | pkg/analyzer/lib/src/generated/type_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00dcad4a6026a967c62d84b554b2ae0043ee6fdc..4285fc9e74e4d16ba76b04d55de73f6278d13c24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -108,15 +108,6 @@
class C extends A {}
```
-* Breaking change - ingore `dynamic` when doing inference.
-
- ```dart
- main() {
- dynamic d = 42;
- List<int> list = /*infer <int>*/[123, /*implicit cast*/d];
- }
- ```
-
### Tool changes
* `dartfmt` - upgraded to v0.2.10
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/generated/type_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698