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

11 lines
150 B
Java

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