mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inplace introduce: insert whitespace before template if needed (IDEA-87487)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
int f(){
|
||||
return<caret>-1;
|
||||
}
|
||||
}
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
|
||||
private int anInt;
|
||||
|
||||
int f(){
|
||||
anInt = -1;
|
||||
return anInt;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user