Sign in
go
/
tools
/
00da4bb3ee57504ea82bc1e7085f0a26320a930d
/
.
/
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
}
}