Klipse is removing the last lines of comments that are found in the (clojurescript) input program. How to disable this behavior?
@vincent.cantin You can use either (comment …)
or #(..)
Thx. I used another workaround, I prepended an empty line followed by an empty comment ;
.