Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: InternalError
y = 'x'
for (var i=0; i<100; i++)
y += y;
print(y.length);
// |jit-test| error: InternalError
y = 'x'
for (var i=0; i<100; i++)
y += y;
print(y.length);