| Index: pkg/front_end/lib/src/scanner/syntactic_entity.dart
|
| diff --git a/pkg/analyzer/lib/dart/ast/syntactic_entity.dart b/pkg/front_end/lib/src/scanner/syntactic_entity.dart
|
| similarity index 94%
|
| copy from pkg/analyzer/lib/dart/ast/syntactic_entity.dart
|
| copy to pkg/front_end/lib/src/scanner/syntactic_entity.dart
|
| index bc8271a2a0af13a3443f53341b5c8730eb866eaa..41996dfc6b289a2619d7cac5ae9dd3e1b2b07ecb 100644
|
| --- a/pkg/analyzer/lib/dart/ast/syntactic_entity.dart
|
| +++ b/pkg/front_end/lib/src/scanner/syntactic_entity.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 analyzer.dart.ast.syntactic_entity;
|
| +library front_end.src.scanner.syntactic_entity;
|
|
|
| /**
|
| * Interface representing a syntactic entity (either a token or an AST node)
|
|
|