There are many scenarios where the developer knows that code has no side-effects but the CC fails to detect it and retains the code.
CC already has @nosideeffects annotation, but that one only works in externs file. Could we make it work in normal code as well?