keep comments on split declaration inside for loop

This commit is contained in:
Anna Kozlova
2018-06-25 17:37:05 +03:00
parent 8a3e53d414
commit e2e3359a09
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
// "Split into declaration and assignment" "true"
class Test {
{
//c1
int i;
for (i = 0; i<10; i++) {
System.out.println();