Files
llgo/_cmptest
xgopilot 2b763b631f test: add regression tests for issue #1370
Add three regression test cases for cross-package interface private method calls:

1. _cmptest/issue1370_gotypes/ - Tests go/types.Object interface with Scope.Insert()
   which calls the private setParent() method

2. _cmptest/issue1370_goast/ - Tests go/ast.Expr interface conversion with ast.Ident
   which has a private exprNode() method

3. _cmptest/issue1370_geometry/ - Tests custom geometry.Shape interface with private
   methods (validate, setID) across package boundaries

These tests verify the fix in ssa/abitype.go correctly sets the interface metadata's
PkgPath to the interface definition package instead of the compilation package,
preventing segmentation faults when calling private methods.

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
2025-10-27 07:04:57 +00:00
..
2024-07-30 21:41:26 +08:00
2024-07-13 12:33:37 +08:00
2025-04-28 01:03:13 +08:00
2024-07-29 01:56:39 +08:00
2024-07-29 01:56:39 +08:00
2024-07-30 00:33:44 +08:00
2024-07-02 21:04:34 +08:00
2024-07-07 15:12:20 +08:00
2024-07-30 19:36:36 +08:00
2024-07-30 00:44:03 +08:00
2024-07-09 14:26:02 +08:00
2024-06-23 00:48:38 +08:00
2024-07-29 11:06:33 +08:00
2024-06-23 00:48:38 +08:00
2024-07-18 00:09:21 +08:00
2024-07-04 17:39:02 +08:00
2025-04-28 00:35:45 +08:00
2024-07-31 11:33:15 +08:00
2024-06-23 01:00:02 +08:00
2024-07-02 16:00:43 +08:00
2024-08-02 14:26:13 +08:00
2025-04-28 01:03:13 +08:00
2024-07-31 18:59:25 +08:00
2024-06-25 18:07:58 +08:00
2024-07-29 00:17:53 +08:00
2024-07-18 22:27:00 +08:00
2024-07-27 16:03:22 +08:00
2024-07-29 01:56:39 +08:00
2024-07-30 17:14:59 +08:00
2024-06-23 01:00:02 +08:00
2024-06-23 01:00:02 +08:00
2024-07-31 14:28:15 +08:00
2024-07-31 14:36:42 +08:00
2024-07-31 14:36:42 +08:00
2024-06-25 12:40:28 +08:00
2024-07-16 22:36:38 +08:00
2024-06-23 01:00:02 +08:00
2024-08-05 18:00:27 +08:00