mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
1. Method parameters/method call arguments are reformatted during method return type/name/modifiers change now (corresponding logic is added at PSI level); 2. Corresponding tests are added;
5 lines
99 B
Java
5 lines
99 B
Java
public class Test {
|
|
public void <caret>test123(int i,
|
|
int j) {
|
|
}
|
|
} |