mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 14:30:49 +07:00
GitOrigin-RevId: d435698b23f56ef9ce05305266118c0e75bdb9ef
7 lines
81 B
Java
7 lines
81 B
Java
class A {
|
|
void test() {
|
|
String s = <caret>"""Line1\nLine2
|
|
""";
|
|
}
|
|
}
|