nested_comment.txt 239 B

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