Files
llgo/ssa/interface.go
xgopilot 3344f9de51 refactor(ssa): rename namedIntf to originType and simplify interface type handling
- Renamed parameter from `namedIntf` to `originType` for clarity
- Removed redundant nil check since `b.abiType()` can handle both Named and Interface types
- Simplified logic by always passing the origin type directly to `b.abiType()`

🤖 Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
2025-10-29 03:46:55 +00:00

11 KiB