Mypal/js/src/jit-test/tests/basic/bug649439.js

4 lines
51 B
JavaScript

var o1 = new String("abc");
var o2 = o1[1];
o2[1];