Chromium Code Reviews| Index: tests/utils/recursive_import_test.dart |
| diff --git a/tests/utils/recursive_import_test.dart b/tests/utils/recursive_import_test.dart |
| index a9351c133e8f1dfa535f1a08026dd93c14d54ff8..15a09bee79c6975408876974bb19c00325eaf7e6 100644 |
| --- a/tests/utils/recursive_import_test.dart |
| +++ b/tests/utils/recursive_import_test.dart |
| @@ -39,6 +39,7 @@ library interceptors; |
| class JSIndexable { |
| get length; |
| } |
| +class JSMutableIndexable {} |
| class JSArray { |
| removeLast() => null; |
| add(x) { } |