mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
restore comments on convert to local (IDEA-178942)
This commit is contained in:
+1
@@ -5,6 +5,7 @@ class ITest {
|
||||
|
||||
public IntelliJBugConvertToLocal(int x, int z) {
|
||||
|
||||
//my comment to keep in code
|
||||
ArrayList<String> mayBeLocal = new ArrayList<String>();
|
||||
if (x == 5) {
|
||||
mayBeLocal.add("jjj");
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ import java.util.ArrayList;
|
||||
|
||||
class ITest {
|
||||
|
||||
private ArrayList<String> may<caret>BeLocal = new ArrayList<String>();
|
||||
private ArrayList<String> may<caret>BeLocal = new ArrayList<String>(); //my comment to keep in code
|
||||
|
||||
public IntelliJBugConvertToLocal(int x, int z) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user