File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkg/analyzer/lib/src/dart/element Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -1948,11 +1948,7 @@ class DirectiveUriWithUnitImpl extends DirectiveUriWithRelativeUriImpl
19481948}
19491949
19501950/// The synthetic element representing the declaration of the type `dynamic` .
1951- class DynamicElementImpl extends ElementImpl
1952- implements
1953- // ignore:deprecated_member_use_from_same_package,analyzer_use_new_elements
1954- TypeDefiningElement ,
1955- TypeDefiningFragment {
1951+ class DynamicElementImpl extends ElementImpl implements TypeDefiningFragment {
19561952 /// The unique instance of this class.
19571953 static final DynamicElementImpl instance = DynamicElementImpl ._();
19581954
@@ -8753,11 +8749,7 @@ class MultiplyDefinedFragmentImpl implements MultiplyDefinedFragment {
87538749}
87548750
87558751/// The synthetic element representing the declaration of the type `Never` .
8756- class NeverElementImpl extends ElementImpl
8757- implements
8758- // ignore:deprecated_member_use_from_same_package,analyzer_use_new_elements
8759- TypeDefiningElement ,
8760- TypeDefiningFragment {
8752+ class NeverElementImpl extends ElementImpl implements TypeDefiningFragment {
87618753 /// The unique instance of this class.
87628754 static final instance = NeverElementImpl ._();
87638755
You can’t perform that action at this time.
0 commit comments