We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93535da commit 1c87a4cCopy full SHA for 1c87a4c
script/tool/test/util.dart
@@ -453,7 +453,7 @@ class ProcessCall {
453
final String? workingDir;
454
455
@override
456
- bool operator ==(dynamic other) {
+ bool operator ==(Object other) {
457
return other is ProcessCall &&
458
executable == other.executable &&
459
listsEqual(args, other.args) &&
0 commit comments