const go/types.Uint16

11 uses

	go/types (current package)
		basic.go#L22: 	Uint16
		expr.go#L320: 			case Uint16:
		sizes.go#L116: 	Uint16:     2,
		universe.go#L49: 	Uint16:        {Uint16, IsInteger | IsUnsigned, "uint16"},

	golang.org/x/exp/apidiff
		compatibility.go#L74: 	{types.Uint8, types.Uint16}:         true,
		compatibility.go#L78: 	{types.Uint16, types.Uint32}:        true,
		compatibility.go#L79: 	{types.Uint16, types.Uint}:          true,
		compatibility.go#L80: 	{types.Uint16, types.Uint64}:        true,

	golang.org/x/tools/internal/gcimporter
		bimport.go#L1010: 			types.Typ[types.Uint16],
		iimport.go#L642: 	case types.Int16, types.Uint16: