mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-02 02:32:34 +07:00
GitOrigin-RevId: d435698b23f56ef9ce05305266118c0e75bdb9ef
6 lines
127 B
Java
6 lines
127 B
Java
class A {
|
|
void test() {
|
|
String s = "Line1\nLine2\nLine3ContinueLine3\n\"Quoted\"\n\040\"\"\"TripleQuoted\"\"\"\n";
|
|
}
|
|
}
|