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

4 lines
105 B
Java

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