mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
21 lines
164 B
Java
21 lines
164 B
Java
// "Replace spaces with tabs (1 space = 1 tab)" "true"
|
|
|
|
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
|
|
|
|
red
|
|
|
|
|
|
|
|
green
|
|
|
|
|
|
|
|
blue
|
|
|
|
|
|
""";
|
|
|