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

9 lines
130 B
Java

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