mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-01 22:43:40 +07:00
GitOrigin-RevId: 752ffd98eefb9d7634a0bd3f78f9a47cb51ba945
6 lines
63 B
Java
6 lines
63 B
Java
class A {
|
|
void test() {
|
|
String s = "Line1\nLine2";
|
|
}
|
|
}
|