File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3243,8 +3243,6 @@ package:analyzer/dart/element/element.dart:
32433243 ShowElementCombinator (class extends Object implements NamespaceCombinator):
32443244 new (constructor: ShowElementCombinator Function())
32453245 shownNames (getter: List<String>)
3246- TypeDefiningElement (class extends Object implements Element, deprecated):
3247- new (constructor: TypeDefiningElement Function())
32483246 UndefinedElement (class extends Object implements Element, deprecated):
32493247 new (constructor: UndefinedElement Function())
32503248 UriReferencedElement (class extends Object implements _ExistingElement, deprecated):
Original file line number Diff line number Diff line change @@ -1180,12 +1180,6 @@ abstract class ShowElementCombinator implements NamespaceCombinator {
11801180 List <String > get shownNames;
11811181}
11821182
1183- /// An element that defines a type.
1184- ///
1185- /// Clients may not extend, implement or mix-in this class.
1186- @Deprecated ('Use TypeDefiningElement2 instead' )
1187- abstract class TypeDefiningElement implements Element {}
1188-
11891183/// A pseudo-elements that represents names that are undefined. This situation
11901184/// is not allowed by the language, so objects implementing this interface
11911185/// always represent an error. As a result, most of the normal operations on
You can’t perform that action at this time.
0 commit comments