mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
GitOrigin-RevId: 752ffd98eefb9d7634a0bd3f78f9a47cb51ba945
8 lines
102 B
Java
8 lines
102 B
Java
class A {
|
|
void test() {
|
|
String s = <selection>"""
|
|
Line1
|
|
Line2"""</selection>;
|
|
}
|
|
}
|