Files
2022-05-02 16:17:39 +00:00

3 lines
49 B
Java

class Test {
String s = "abc def ghi<caret>";
}