mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 07:03:37 +07:00
GitOrigin-RevId: d435698b23f56ef9ce05305266118c0e75bdb9ef
9 lines
109 B
Java
9 lines
109 B
Java
class A {
|
|
void test() {
|
|
String s = <selection>"""
|
|
Line1
|
|
Line2
|
|
"""</selection>;
|
|
}
|
|
}
|