Kray-G opened this issue 3 years ago · 0 comments
Crash with the following code.
var user = {}; [user.name, user.surname] = "John Smith".split(' '); System.println(user.name); // John System.println(user.surname); // Smith