mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-26 17:19:48 +07:00
7 lines
134 B
Java
7 lines
134 B
Java
// "Move member into class" "true-preview"
|
|
|
|
|
|
|
|
public abstract class beforeAbstractMethodNoClass {
|
|
public abstract void doSmth();
|
|
} |