mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 12:34:00 +07:00
GitOrigin-RevId: 8afe6a733da77bb78e42feec646437af62400d23
7 lines
107 B
Java
7 lines
107 B
Java
class X {
|
|
void x() {
|
|
System.out.println("""
|
|
some text"""<caret>
|
|
);
|
|
}
|
|
} |