const internal/types/errors.InvalidShiftCount

5 uses

	internal/types/errors (current package)
		code_string.go#L66: 	_ = x[InvalidShiftCount-56]
		codes.go#L534: 	InvalidShiftCount

	go/types
		expr.go#L619: 			check.errorf(y, InvalidShiftCount, invalidOp+"negative shift count %s", y)
		expr.go#L650: 			check.errorf(y, InvalidShiftCount, invalidOp+"shift count %s must be integer", y)
		expr.go#L671: 				check.errorf(y, InvalidShiftCount, invalidOp+"invalid shift count %s", y)