mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-04 12:03:57 +07:00
GitOrigin-RevId: 732e1b24a1ce6c3f3791ad18483865eada50f529
4 lines
93 B
Java
4 lines
93 B
Java
// "Compute constant value of '"a" + "b"'" "true-preview"
|
|
class Test {
|
|
String x = ("ab");
|
|
} |