. "unsafe" "go/ast" . "unsafe"
var _ Pointer
type A interface { m1() ast.Node m2() Pointer }
type B interface { A }
Generated with Arrow