| Index: tests/utils/recursive_import_test.dart
|
| diff --git a/tests/utils/recursive_import_test.dart b/tests/utils/recursive_import_test.dart
|
| index 2702f67aebcec6f990932f9dfdfe2a7151baaf9b..fdf5fb4eb92bc99d5ce8f6a5ba567f21d3fe236d 100644
|
| --- a/tests/utils/recursive_import_test.dart
|
| +++ b/tests/utils/recursive_import_test.dart
|
| @@ -25,6 +25,7 @@ getRuntimeTypeInfo(o) {}
|
| setRuntimeTypeInfo(o, i) {}
|
| eqNull(a) {}
|
| eqNullB(a) {}
|
| +class JSInvocationMirror {} // Should be in helper.
|
| """;
|
|
|
| const String RECURSIVE_MAIN = """
|
|
|