Sign in
go
/
tools.git
/
3fca6a08d78fa36fb3aefda4bfc6e6ed869558d2
/
.
/
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
}
}