| Index: pkg/analyzer/lib/src/generated/element.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/element.dart b/pkg/analyzer/lib/src/generated/element.dart
|
| index d8061b90a054ab5e96ce73cdaaefb9ac303ab608..af8e753456545e50b267f7914462af5c4ceee882 100644
|
| --- a/pkg/analyzer/lib/src/generated/element.dart
|
| +++ b/pkg/analyzer/lib/src/generated/element.dart
|
| @@ -3632,9 +3632,9 @@ class ExportElementImpl extends UriReferencedElementImpl
|
| List<NamespaceCombinator> combinators = NamespaceCombinator.EMPTY_ARRAY;
|
|
|
| /**
|
| - * Initialize a newly created export element.
|
| + * Initialize a newly created export element at the given [offset].
|
| */
|
| - ExportElementImpl() : super(null, -1);
|
| + ExportElementImpl(int offset) : super(null, offset);
|
|
|
| @override
|
| String get identifier => exportedLibrary.name;
|
| @@ -5438,8 +5438,8 @@ class ImportElementImpl extends UriReferencedElementImpl
|
| PrefixElement prefix;
|
|
|
| /**
|
| - * Initialize a newly created import element at the given [offset]. The offset
|
| - * may be `-1` if the import is synthetic.
|
| + * Initialize a newly created import element at the given [offset].
|
| + * The offset may be `-1` if the import is synthetic.
|
| */
|
| ImportElementImpl(int offset) : super(null, offset);
|
|
|
|
|