File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ extension BlockExtension on Block {
141141 }
142142}
143143
144- extension ClassElement2Extension on ClassElement2 {
144+ extension ClassElementExtension on ClassElement2 {
145145 bool get hasImmutableAnnotation {
146146 var inheritedAndSelfElements = < InterfaceElement2 > [
147147 ...allSupertypes.map ((t) => t.element3),
@@ -309,7 +309,7 @@ extension DartTypeExtension on DartType? {
309309 _extendsClass (type.superclass, seenElements, className, library));
310310}
311311
312- extension ElementExtension2 on Element2 ? {
312+ extension ElementExtension on Element2 ? {
313313 Element2 ? get canonicalElement2 => switch (this ) {
314314 PropertyAccessorElement2 (: var variable3? ) => variable3,
315315 _ => this ,
@@ -482,7 +482,7 @@ extension InhertanceManager3Extension on InheritanceManager3 {
482482 }
483483}
484484
485- extension InterfaceElement2Extension on InterfaceElement2 {
485+ extension InterfaceElementExtension on InterfaceElement2 {
486486 /// Whether this element has the exact [name] and defined in the file with
487487 /// the given [uri] .
488488 bool isExactly (String name, Uri uri) =>
You can’t perform that action at this time.
0 commit comments