nested_comment.expect.txt 341 B

123456789
  1. <span class="hljs-comment">/* begin comment at LEVEL 0
  2. <span class="hljs-comment">/*
  3. multiline nested comment LEVEL 1
  4. */</span>
  5. println("on kotlin this is a commented code in comment LEVEL 0")
  6. <span class="hljs-comment">/*
  7. another multiline nested comment LEVEL 1
  8. */</span>
  9. end comment at LEVEL 0 */</span>