go/types.Interface.Empty (method)

4 uses

	go/types (current package)
		api.go#L460: 	if T.Empty() {
		expr.go#L715: 		if !u.Empty() {
		instantiate.go#L182: 	if Ti.Empty() {
		interface.go#L120: func (t *Interface) Empty() bool { return t.typeSet().IsAll() }