mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-03 03:37:58 +07:00
4 lines
102 B
Java
4 lines
102 B
Java
// "Replace '"a" + "b"' with constant value '"ab"'" "true-preview"
|
|
class Test {
|
|
String x = ("ab");
|
|
} |