blob: 345b77dfc7ad5846f1b3eb01daa872335de403c8 [file] [log] [blame]
function foo() {
var i= 10;
if (/*]*/i < 10 && i < 20/*[*/)
foo();
}