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