mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
Works for unary operation Do not suggested if replacement is the same as the original code Replacement is displayed in the quick-fix name
4 lines
78 B
Java
4 lines
78 B
Java
// "Replace '~2' with constant value '-3'" "true"
|
|
class Test {
|
|
int x = -3;
|
|
} |