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
internal protected static volatile string foo = "bar";
That's 5.