mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-02 05:50:53 +07:00
10 lines
87 B
Java
10 lines
87 B
Java
// "Move members into class" "true-preview"
|
|
|
|
class A {
|
|
|
|
void foo() {
|
|
|
|
}
|
|
}
|
|
|