mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-18 02:07:02 +07:00
6 lines
72 B
Java
6 lines
72 B
Java
// "Break string on '\n'" "false"
|
|
|
|
class A {
|
|
String s = "Hello!\n";
|
|
}
|