fix(linter): differentiate static and instance methods in useAdjacentOverloadSignatures
Fixed #8345: useAdjacentOverloadSignatures no longer reports false positives
for static and instance methods with the same name. Static methods and
instance methods are now treated as separate overload groups.
f2f3148
6 days ago
by tt-a1i
-0.03%
fix(linter): keep member kind in overload tracking
- Keep static/instance in key without ignoring interleaving members
- Preserve private names (#f) vs public names
- Add invalid coverage + update snapshots