Fork me on GitHub
#klipse
<
2019-01-05
>
Vincent Cantin09:01:40

Klipse is removing the last lines of comments that are found in the (clojurescript) input program. How to disable this behavior?

Yehonathan Sharvit17:01:39

@vincent.cantin You can use either (comment …) or #(..)

Vincent Cantin17:01:02

Thx. I used another workaround, I prepended an empty line followed by an empty comment ;.