mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 18:50:54 +07:00
11 lines
169 B
Java
11 lines
169 B
Java
// "Indent text block with spaces only" "false"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String a = """
|
|
red
|
|
blue
|
|
<caret> green
|
|
""";
|
|
}
|
|
} |