文件路径:/test/typeparam/issue50485.dir/main.go
package main import ( "./a" ) func main() { _ = a.OrdOption(a.Given[int]()) }
go 源码目录
go a 源码