title: InvalidShiftCount layout: article

InvalidShiftCount occurs when the right-hand side of a shift operation is
either non-integer, negative, or too large.

Example:
 var (
 	x string
 	y int = 1 {{raw "<"}}{{raw "<"}} x
 )