| Index: pkg/analyzer/lib/src/summary/format.dart
|
| diff --git a/pkg/analyzer/lib/src/summary/format.dart b/pkg/analyzer/lib/src/summary/format.dart
|
| index e5c4630303ee3ee0bc2db86ff0055caf9d09bb1b..645bf9972c8bb128c32ce51717d07434c5b02d3a 100644
|
| --- a/pkg/analyzer/lib/src/summary/format.dart
|
| +++ b/pkg/analyzer/lib/src/summary/format.dart
|
| @@ -7,9 +7,10 @@
|
|
|
| library analyzer.src.summary.format;
|
|
|
| +import 'dart:convert' as convert;
|
| +
|
| import 'flat_buffers.dart' as fb;
|
| import 'idl.dart' as idl;
|
| -import 'dart:convert' as convert;
|
|
|
| class _IndexNameKindReader extends fb.Reader<idl.IndexNameKind> {
|
| const _IndexNameKindReader() : super();
|
|
|