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
I guess it's infinite:
return null as string as string as string as string as string....