mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
keep comments on split declaration inside for loop
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
// "Split into declaration and assignment" "true"
|
||||
class Test {
|
||||
{
|
||||
//c1
|
||||
int i;
|
||||
for (i = 0; i<10; i++) {
|
||||
System.out.println();
|
||||
|
||||
Reference in New Issue
Block a user