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 method overloads being lost in get/list output (#16)
Replace name-based deduplication in collectClassMembers with
tastyquery's overridingSymbol to properly distinguish overrides
from overloads. This preserves all distinct overloads (including
those split across inheritance) while still deduplicating true
overrides.
Extract shared collectClassMembers into SymbolResolver to eliminate
duplication between GetFormatter and SymbolLister.
Add overload fixtures and tests for Scala 3, Scala 2, and Java.
Fixes#14
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments