issue25596

Interfaces

E interface #

type E interface {
M() T
}

T interface #

type T interface {
E
}

Generated with Arrow