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#L353: 			check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s (type %s) must be integer", x, typ)
		expr.go#L630: 		check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s must be integer", x)
		expr.go#L748: 		check.errorf(x, InvalidShiftOperand, invalidOp+"shifted operand %s must be integer", x)