Attention needed from Brian Wilkerson and Samuel Rawlins
Konstantin Shcheglov voted and added 2 comments![Open in Gerrit]()
Votes added by Konstantin Shcheglov
2 comments
File pkg/linter/test/rules/sort_constructors_first_test.dart
Line 38, Patchset 4 (Latest): test_enum_primaryBody_afterMethod() async {Konstantin Shcheglov .
unresolvedNot consistent name: `PrimaryConstructorBody` above.
File pkg/linter/test/rules/sort_unnamed_constructors_first_test.dart
Line 21, Patchset 4 (Latest): test_class_new_sorted() async {Konstantin Shcheglov .
unresolvedFYI, there is also thing called "newHead", e.g.
```
class A {
new named();
}
```
Not sure if you intended to support it in a separate pass.
Open in GerritRelated details
Attention is currently required from:
- Brian Wilkerson
- Samuel Rawlins
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: I14c00358b2145d00d0d38f0ddba22f4d4a1c00f6
Gerrit-Change-Number: 480741
Gerrit-PatchSet: 4
Gerrit-Comment-Date: Sun, 15 Feb 2026 04:12:40 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes