Skip to content

Commit

Permalink
Ignore static issue with overridden field
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Nov 11, 2024
1 parent 73344a2 commit bd48020
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/src/model/inheritable.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ mixin Inheritable on ContainerMember {
canonicalEnclosingContainer?.canonicalLibrary;

@override
// TODO(srawlins): Do something about this overridden field. Maybe split out
// the super implementation.
// ignore: overridden_fields
late final ModelElement? canonicalModelElement = canonicalEnclosingContainer
?.allCanonicalModelElements
.firstWhereOrNull((m) =>
Expand Down

0 comments on commit bd48020

Please sign in to comment.