Files
2023-03-20 15:27:55 +00:00

4 lines
93 B
Java

// "Compute constant value of '"a" + "b"'" "true-preview"
class Test {
String x = ("ab");
}