Files
2025-04-15 08:34:10 +00:00

9 lines
121 B
Java

// "Indent text block with spaces only" "false"
class Foo {
void test() {
String colors = """
<caret> """;
}
}