Kray-G/kinx

Core dumped with `""[0]`.

Kray-G opened this issue · 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]); })("");