| Index: pkg/serialization/lib/src/serialization_rule.dart
|
| diff --git a/pkg/serialization/lib/src/serialization_rule.dart b/pkg/serialization/lib/src/serialization_rule.dart
|
| index 01b3b0535f528aeda96b953ff686135148c65cce..483197a789b7f238314ea1629fcafe28f3690f3a 100644
|
| --- a/pkg/serialization/lib/src/serialization_rule.dart
|
| +++ b/pkg/serialization/lib/src/serialization_rule.dart
|
| @@ -552,7 +552,6 @@ class _LazyList extends Iterable implements List {
|
| }
|
| operator []=(x, y) => _throw();
|
| add(x) => _throw();
|
| - addLast(x) => _throw();
|
| addAll(x) => _throw();
|
| sort([f]) => _throw();
|
| clear() => _throw();
|
|
|