mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-11 11:36:59 +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
88 B
Java
4 lines
88 B
Java
// "Replace '2 * 2' with constant value '4'" "true"
|
|
class Test {
|
|
int x = 2*<caret>2;
|
|
} |