| Index: pkg/analysis_server/lib/src/collections.dart
|
| diff --git a/pkg/analysis_server/lib/src/collections.dart b/pkg/analysis_server/lib/src/collections.dart
|
| index f8ae2e4325276733b81a21947dfccc5f0eba2108..e89350e41d622f650f9965780142c4a6a078c616 100644
|
| --- a/pkg/analysis_server/lib/src/collections.dart
|
| +++ b/pkg/analysis_server/lib/src/collections.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 collections;
|
| -
|
| /**
|
| * Returns the concatenation of the input [iterables].
|
| *
|
|
|