Sign in
go
/
go
/
8f82bf4609c6a0380b5849afe7ccaed87da44a8e
/
.
/
test
/
typeparam
/
issue52117.dir
/
b.go
blob: 3d3bf4ced9e2f8315391f6be2993848520ff2be0 [
file
]
package b
import "./a"
func Test() {
var _ a.Slice[uint]
}