mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-19 20:41:09 +07:00
GitOrigin-RevId: f5ad44f993f2f386c9847dc57ddac86cb4cf45d2
8 lines
79 B
Java
8 lines
79 B
Java
// "Move members into class" "true-preview"
|
|
|
|
class A {
|
|
|
|
int field = 12;
|
|
}
|
|
|