You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove remaining unused functions in explicit_member_accessibility.go
Remove additional unused functions:
- hasDecorators
- isAbstract
- isAccessorProperty
These functions were detected as unused by golangci-lint and were causing CI failures.
0 commit comments