Sign in
go
/
tools
/
0f72b2d23c2cc89f9843e6f9086a61e1ddc19c40
/
.
/
go
/
analysis
/
passes
/
usesgenerics
/
testdata
/
src
/
b
/
b.go
blob: 81c2810f00c53a40d5714921232ec5de67d13787 [
file
]
// want package:`features{typeSet}`
package b
type Constraint interface {
~int | string
}