I was writing some code in C#, and I found myself writing:
return new MyClass(...
when I noticed that both the return and the
return
Here is another case that can be as long as you wish:
do do do do do do do do do do do do do do do // ... while(x) while(x) while(x) while(x) while(x) // ...
With contextual keywords you can also have
await await await await await await await // ...