| Index: pkg/analyzer_experimental/lib/src/error.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/error.dart b/pkg/analyzer_experimental/lib/src/error.dart
|
| index 668dedbf036d414c6a22b05527a33a57baac0cee..5485a0fca6cba13058fff8ffdbc8f414f5fabca4 100644
|
| --- a/pkg/analyzer_experimental/lib/src/error.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/error.dart
|
| @@ -1,6 +1,7 @@
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| +library error;
|
|
|
| import 'dart:collection';
|
| import 'dart:io';
|
|
|