mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-22 13:45:34 +07:00
ccc5077467
GitOrigin-RevId: 7708fdc7b3191bcd0ba46767160c4ec0b5a179da
10 lines
104 B
Java
10 lines
104 B
Java
// "Move member into class" "true"
|
|
|
|
|
|
|
|
public class beforeMethodNoModifiers {
|
|
void test() {
|
|
|
|
|
|
}
|
|
} |