mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
GitOrigin-RevId: 1f975c570b0192a94b651e219b517f742b3b0ba0
20 lines
135 B
Java
20 lines
135 B
Java
class Foo {
|
|
void test() {
|
|
String colors = """
|
|
|
|
|
|
|
|
red
|
|
|
|
|
|
|
|
green
|
|
|
|
|
|
|
|
blue
|
|
|
|
|
|
orange""";
|
|
|