mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 22:43:40 +07:00
GitOrigin-RevId: f2b3042e93e5b9e94fc1b2ee1d7341dd9224d480
9 lines
130 B
Java
9 lines
130 B
Java
// "Indent text block with spaces only" "false"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String s = """
|
|
<caret>foo
|
|
bar""";
|
|
}
|
|
} |