Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
=> implements
Browse files Browse the repository at this point in the history
  • Loading branch information
pq committed Jan 28, 2022
1 parent e7bb650 commit 84dc4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rules/avoid_renaming_method_parameters.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AvoidRenamingMethodParametersTest extends LintRuleTest {
class C {
int f(int f) => f;
}
enum A extends C {
enum A implements C {
a,b,c;
@override
int f(int x) => x;
Expand Down

0 comments on commit 84dc4f1

Please sign in to comment.