blob: a2377ce8bc067f0427f4f9065c8db22a2ff5003f [file] [log] [blame]
function test() {
var
/*
* Leading to VariableDeclarator
* Leading to VariableDeclarator
*/
i = 20,
/*
* Leading to VariableDeclarator
* Leading to VariableDeclarator
*/
j = 20;
}