Skip to content

Commit 5d5d223

Browse files
srawlinsCommit Queue
authored andcommitted
linter: fix strict_top_level_inference registry
Work towards #59867 Change-Id: I61e82e43252b24b63ef04f511cac3cbe70771308 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403704 Commit-Queue: Samuel Rawlins <[email protected]> Commit-Queue: Phil Quitslund <[email protected]> Auto-Submit: Samuel Rawlins <[email protected]> Reviewed-by: Phil Quitslund <[email protected]>
1 parent 302287e commit 5d5d223

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/linter/lib/src/rules/strict_top_level_inference.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class StrictTopLevelInference extends LintRule {
3636
registry.addConstructorDeclaration(this, visitor);
3737
registry.addFunctionDeclaration(this, visitor);
3838
registry.addMethodDeclaration(this, visitor);
39-
registry.addSimpleFormalParameter(this, visitor);
4039
registry.addVariableDeclarationList(this, visitor);
4140
}
4241
}

0 commit comments

Comments
 (0)