typeSet returns the type set for interface t.
()
| 23 | |
| 24 | // typeSet returns the type set for interface t. |
| 25 | func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, nopos, t) } |
| 26 | |
| 27 | // emptyInterface represents the empty interface |
| 28 | var emptyInterface = Interface{complete: true, tset: &topTypeSet} |