文件路径:/test/typeparam/issue50121b.dir/main.go
package main import ( "./d" "fmt" ) func main() { if got, want := d.BuildInt(), 42; got != want { panic(fmt.Sprintf("got %d, want %d", got, want)) } }
go 源码目录
go a 源码
go b 源码
go c 源码
go d 源码