Files
2022-04-25 11:40:41 +00:00

6 lines
81 B
Java

class Foo {
void foo() {
String s = "abc" +
"<caret>def";
}
}