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