mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-25 19:09:12 +07:00
4 lines
96 B
Java
4 lines
96 B
Java
// "Replace '2 * 2' with constant value '4'" "true-preview"
|
|
class Test {
|
|
int x = 2*<caret>2;
|
|
} |