Sign in
go
/
tools
/
df4e86209a633dab075ab8fd6131d8cfefc417aa
/
.
/
go
/
analysis
/
passes
/
usesgenerics
/
testdata
/
src
/
d
/
d.go
blob: a06c77651c8285ff00da75072459607adf06513f [
file
]
// want package:`features{typeSet}`
package d
type myInt int
func _() {
// Sanity check that we can both detect local types and interfaces with
// embedded defined types.
type constraint interface {
myInt
}
}