mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inplace change signature: no detection, explicit action
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ public class Parent {
|
||||
}
|
||||
|
||||
class Child extends Parent {
|
||||
public void foo(float j, <selection> int i,</selection> String s ) {
|
||||
public void foo(float j, <caret><selection> int i,</selection> String s ) {
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
Reference in New Issue
Block a user