| Index: tool/input_sdk/lib/core/list.dart
|
| diff --git a/tool/input_sdk/lib/core/list.dart b/tool/input_sdk/lib/core/list.dart
|
| index d4f6cfac81d7ac9122b1edbaf971d03b31d1915b..e42e4105bd083ca5661776f32e024f5eb5bdfca3 100644
|
| --- a/tool/input_sdk/lib/core/list.dart
|
| +++ b/tool/input_sdk/lib/core/list.dart
|
| @@ -51,6 +51,8 @@ part of dart.core;
|
| * directly or through iterating an [Iterable] that is backed by the list, will
|
| * break the iteration.
|
| */
|
| +@SupportJsExtensionMethod()
|
| +@JsPeerInterface(name: 'Array')
|
| abstract class List<E> implements Iterable<E>, EfficientLength {
|
| /**
|
| * Creates a list of the given length.
|
|
|