File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3414,7 +3414,7 @@ package:analyzer/dart/element/element.dart:
34143414 effective (getter: Version)
34153415 override (getter: Version?)
34163416 package (getter: Version)
3417- LocalElement (class extends Object implements Element):
3417+ LocalElement (class extends Object implements Element, deprecated ):
34183418 new (constructor: LocalElement Function())
34193419 LocalVariableElement (class extends Object implements PromotableElement, deprecated):
34203420 new (constructor: LocalVariableElement Function())
Original file line number Diff line number Diff line change @@ -1811,10 +1811,10 @@ class LibraryLanguageVersion {
18111811}
18121812
18131813/// An element that can be (but is not required to be) defined within a method
1814- // ignore:deprecated_member_use_from_same_package
18151814/// or function (an [ExecutableElement] ).
18161815///
18171816/// Clients may not extend, implement or mix-in this class.
1817+ @Deprecated ('Use LocalElement2 instead' )
18181818abstract class LocalElement implements Element {}
18191819
18201820/// A local variable.
You can’t perform that action at this time.
0 commit comments