mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 20:05:16 +07:00
GitOrigin-RevId: 4084abc5b1e62a69fc7d4adfce06a1734203f6f2
4 lines
65 B
Java
4 lines
65 B
Java
class Test {
|
|
String s = "abc def " +
|
|
"ghij<caret>";
|
|
} |