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
feat(Utils): Refactor toString method retrieval in ClassDef
- Replace direct call to toStringMethod() with a search for the "toString" method in ClassDef.
- This change improves clarity and ensures the correct method is being referenced.
No breaking changes introduced.
0 commit comments