mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
10 lines
167 B
Java
10 lines
167 B
Java
// "Indent text block with spaces only" "true"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
red
|
|
green
|
|
blue""";
|
|
}
|
|
} |