const internal/types/errors.InvalidShiftOperand

5 uses

	internal/types/errors (current package)
		code_string.go#L67: 	_ = x[InvalidShiftOperand-57]
		codes.go#L541: 	InvalidShiftOperand

	go/types
		expr.go#L323: 			check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s (type %s) must be integer", x, typ)
		expr.go#L604: 		check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s must be integer", x)
		expr.go#L722: 		check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s must be integer", x)