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

5 lines
64 B
Java

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