| Index: pkg/dart2js_incremental/lib/caching_compiler.dart
|
| diff --git a/pkg/dart2js_incremental/lib/caching_compiler.dart b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| index 1fec6d5ce7ed90d2ade0407ea58c5abeda2994a0..6b836b11394c4257da28d8f9731a986aad5c2c51 100644
|
| --- a/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| +++ b/pkg/dart2js_incremental/lib/caching_compiler.dart
|
| @@ -71,7 +71,8 @@ Future<Compiler> reuseCompiler(
|
| backend.emitter.oldEmitter
|
| ..needsClassSupport = true
|
| ..needsMixinSupport = true
|
| - ..needsLazyInitializer = true;
|
| + ..needsLazyInitializer = true
|
| + ..needsArrayInitializerSupport = true;
|
|
|
| Uri core = Uri.parse("dart:core");
|
| return compiler.libraryLoader.loadLibrary(core).then((_) {
|
|
|