blob: 6f56a69ca37e426ba5ab107cb858bf4adef492b7 [file] [log] [blame]
//@ runDefault("--forceEagerCompilation=true")
// This test should not crash.
[0, 1].forEach(()=>{
[{}, 1, 2].forEach(x => {
['xy'].indexOf('xy_'.substring(0, 2));
});
});