mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 22:16:16 +07:00
GitOrigin-RevId: f5ad44f993f2f386c9847dc57ddac86cb4cf45d2
9 lines
83 B
Java
9 lines
83 B
Java
// "Move members into class" "true-preview"
|
|
|
|
int field<caret> = 12;
|
|
|
|
class A {
|
|
|
|
}
|
|
|