Code inside comment executed after Unicode sequence

This question already has an answer here:

  • Why is executing Java code in comments with certain Unicode characters allowed? 8 answers

  • The i++ is on a separate line from the one-line comment. Unicode code point 'u000A' is a line-feed character.

    链接地址: http://www.djcxy.com/p/20562.html

    上一篇: 为什么我不能在Java中使用\ u000D和\ u000A作为CR和LF?

    下一篇: 代码在Unicode序列之后执行的注释内