mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: de9da180223f231638eb51804b7ed9c26c36d772
5 lines
93 B
Java
5 lines
93 B
Java
// "Remove redundant initializer" "true-preview"
|
|
class A {
|
|
int n = <caret>0;
|
|
{ n = 1; }
|
|
} |