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