Kray-G opened this issue 3 years ago · 1 comments
It seems to be a problem in optimization.
Here is the code to be reproduced.
System.println(""[0]);
No problem with the following code.
(function(a) { System.println(a[0]); })("");