| Index: pkg/dart_parser/lib/src/error_kind.dart
|
| diff --git a/pkg/dart_parser/lib/src/error_kind.dart b/pkg/dart_parser/lib/src/error_kind.dart
|
| index f5cd1b94d36791ad0a5a003e1afcf460dd7faaef..4fccfef49b5ba03baa860e5f1039ead97a23870b 100644
|
| --- a/pkg/dart_parser/lib/src/error_kind.dart
|
| +++ b/pkg/dart_parser/lib/src/error_kind.dart
|
| @@ -2,7 +2,7 @@
|
| // 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 parser.error_kind;
|
| +library dart_parser.error_kind;
|
|
|
| enum ErrorKind {
|
| EMPTY_NAMED_PARAMETER_LIST,
|
|
|