You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DAS: Avoid overriding a field in AbstractWildcardTest
The `allowedIdentifiers` field in AbstractCompletionDriverTest is not
overridden in other tests' instead other tests call the setter.
To avoid a violation of `overridden_fields`, we do the same in this
test.
Also fix spelling of 'WildCard' to 'Wildcard'.
Change-Id: I7848597cd4b19c573a089f398526721637671e4c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/453106
Commit-Queue: Samuel Rawlins <[email protected]>
Reviewed-by: Keerti Parthasarathy <[email protected]>
0 commit comments