文件路径:/test/typeparam/issue52117.dir/b.go
package b import "./a" func Test() { var _ a.Slice[uint] }
go 源码目录
go a 源码