mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 10:16:28 +07:00
GitOrigin-RevId: 732e1b24a1ce6c3f3791ad18483865eada50f529
4 lines
105 B
Java
4 lines
105 B
Java
// "Compute constant value of '"a" + "b"'" "true-preview"
|
|
class Test {
|
|
String x = ("a" + <caret>"b");
|
|
} |