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

6 lines
125 B
Java

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