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(smalikit): detect existing appended method by declaration, not by reference
- Change append_method existence check to match .method declaration lines instead of plain substring search.
- Prevent false negatives when method signature appears only in invoke-direct references.
- Add regression test covering invoke-reference-only scenario to ensure helper method is still appended.
0 commit comments