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

7 lines
99 B
Java

class Test {
String textBlock = """
fo<caret>o
""";
}