We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void test() { for(int j=0; j < 10; j++) { for(int i=0; i < 20; i++) { } } }
is converted to
void test() { { int j=0; for( ; i < 20; i++) { } } } }
Activity