golang/test/typeparam/issue52117.dir/b.go

8 lines
62 B
Go

package b
import "./a"
func Test() {
var _ a.Slice[uint]
}