mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 00:03:37 +07:00
GitOrigin-RevId: f5ad44f993f2f386c9847dc57ddac86cb4cf45d2
10 lines
87 B
Java
10 lines
87 B
Java
// "Move members into class" "true-preview"
|
|
|
|
class A {
|
|
|
|
void foo() {
|
|
|
|
}
|
|
}
|
|
|