| Index: test/generated_sdk/lib/core/list.dart
|
| diff --git a/test/generated_sdk/lib/core/list.dart b/test/generated_sdk/lib/core/list.dart
|
| index 583d895d5ef111621bb5e7a16e4f5cc7306964ef..de16d5263936f446d315b974e0b5771837e2f3de 100644
|
| --- a/test/generated_sdk/lib/core/list.dart
|
| +++ b/test/generated_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.
|
|
|