Closed Kray-G closed 3 years ago
It's failed with the following code.
var s = [1,2]; var x = 1; /** This is a comment. **/ System.println(s[x]);
The lexical analyzer is stuck as it cannot handle the end of the comment.
It's failed with the following code.
The lexical analyzer is stuck as it cannot handle the end of the comment.