We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
It seems like you have to put something in the third part of a for(;;) loop. The following fails to compile:
for(;;)
function test(input) { "compiled"; for (var i = 0; i < input.length; ) { i++; } }