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

Unified Diff: sdk/lib/core/list.dart

Issue 12753003: Recognize const/fixed/growable arrays in simple types inferrer. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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
Index: sdk/lib/core/list.dart
===================================================================
--- sdk/lib/core/list.dart (revision 19764)
+++ sdk/lib/core/list.dart (working copy)
@@ -7,7 +7,7 @@
/**
* A [List] is an indexable collection with a length.
*
- * A `List` implementation can be choose not to support all methods
+ * A `List` implementation can choose not to support all methods
* of the `List` interface.
*
* The most common list types are:

Powered by Google App Engine
This is Rietveld 408576698