introduce variable: don't duplicate comments (IDEA-195399)

This commit is contained in:
Anna.Kozlova
2018-07-12 19:01:03 +02:00
parent a74398fb40
commit f21f78af39
3 changed files with 2 additions and 5 deletions
@@ -10,5 +10,6 @@ class Main {
.toArray()//c-1
.toString();//c1
//c2
//c3
}
}
@@ -11,6 +11,6 @@ class Main {
.toString()</selection>
//c1
//c2
;
;//c3
}
}