| Index: sdk/lib/core/list.dart
|
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart
|
| index 672c8b85b066c6e5c2eb760402ac3216bac40293..419527e058e499d17ec0c0e3e1923b2d2b25aa7c 100644
|
| --- a/sdk/lib/core/list.dart
|
| +++ b/sdk/lib/core/list.dart
|
| @@ -374,7 +374,8 @@ abstract class List<E> implements Iterable<E> {
|
| * Returns an unmodifiable [Map] view of `this`.
|
| *
|
| * It has the indices of this list as keys, and the corresponding elements
|
| - * as values.
|
| + * as values. The [Map.keys] [Iterable] will iterate the indices of this list
|
| + * in numerical order.
|
| */
|
| Map<int, E> asMap();
|
| }
|
|
|