mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-31 11:20:55 +07:00
9 lines
83 B
Java
9 lines
83 B
Java
// "Move members into class" "true-preview"
|
|
|
|
int field<caret> = 12;
|
|
|
|
class A {
|
|
|
|
}
|
|
|