Skip to content

Commit

Permalink
== override parameters are non-nullable (flutter#6900)
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins authored Jan 10, 2023
1 parent 9fdc899 commit 6a24f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/tool/test/util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ class ProcessCall {
final String? workingDir;

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return other is ProcessCall &&
executable == other.executable &&
listsEqual(args, other.args) &&
Expand Down

0 comments on commit 6a24f2d

Please sign in to comment.