const go/types.Int16

11 uses

	go/types (current package)
		basic.go#L17: 	Int16
		expr.go#L304: 			case Int16:
		sizes.go#L112: 	Int16:      2,
		universe.go#L44: 	Int16:         {Int16, IsInteger, "int16"},

	golang.org/x/exp/apidiff
		compatibility.go#L84: 	{types.Int8, types.Int16}:           true,
		compatibility.go#L88: 	{types.Int16, types.Int32}:          true,
		compatibility.go#L89: 	{types.Int16, types.Int}:            true,
		compatibility.go#L90: 	{types.Int16, types.Int64}:          true,

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