| Index: pkg/compiler/lib/src/null_compiler_output.dart
|
| diff --git a/pkg/compiler/lib/src/null_compiler_output.dart b/pkg/compiler/lib/src/null_compiler_output.dart
|
| index acc323fe4b2d7c9a640e163fe9100f446e1b30bf..ed5a186fa91c9cb68e51eb08bfed1b139f1ec010 100644
|
| --- a/pkg/compiler/lib/src/null_compiler_output.dart
|
| +++ b/pkg/compiler/lib/src/null_compiler_output.dart
|
| @@ -6,9 +6,10 @@
|
|
|
| library compiler.null_api;
|
|
|
| -import '../compiler_new.dart';
|
| import 'dart:async';
|
|
|
| +import '../compiler_new.dart';
|
| +
|
| /// Null pattern implementation of the [CompilerOutput] interface.
|
| class NullCompilerOutput implements CompilerOutput {
|
| const NullCompilerOutput();
|
|
|