litan/kojo

workspace eval printed in the wrong line

bulent2k2 opened this issue · 1 comments

Below is a sample. The REPL result for the code val x = 3 is appended at the end of the first multi-line comment.

/*
 *           [b]
 *          /  \
 *        [a]  c,20
 *       /  \
 *     a,30  b,10       
 */      //> val x: Int = 3

/* what's going on? */
 
val x = 3
litan commented

Fix checked in.