mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +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
91 B
Java
5 lines
91 B
Java
public class Test {
|
|
protected void test123(int i,
|
|
int j) {
|
|
}
|
|
} |