Does this statement end with a return statement?
I.e. is it a single return statement or some compound statement that unconditionally hits a return statement.
return statement it ends with, otherwise null
See Implementation
Does this statement end with a return statement?
I.e. is it a single return statement or some compound statement that unconditionally hits a return statement.