mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-09 05:36:54 +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();
|
|
} |