summaryrefslogtreecommitdiffstats
path: root/test/typeparam/issue52117.dir/b.go
blob: 3d3bf4ced9e2f8315391f6be2993848520ff2be0 (plain)
1
2
3
4
5
6
7
package b

import "./a"

func Test() {
	var _ a.Slice[uint]
}