You are writing a style guide and you are at the chapter about breaking long lines.
What would be the best examples of long lines to demonstrate your rules of breaking long lines.
The examples should be in a c-like syntax. I think it is best to keep the examples more or less language agnostic. You can use language specific features for extreme long lines like the many modifiers in java, the implements clause or the throws clause.
Note: this is not about the rules of how to break long lines. This is about collecting the best examples for the rules of how to break long lines. I have prepared a question for the rules, but i wanted to collect the best examples first.
Please not break your long line, at least not much. just break it as much so that it is readable in this website. You can break your long line to your hearts content in this question once we have a good set of example lines.
One example per answer please.