mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-27 22:20:54 +07:00
13 lines
188 B
Java
13 lines
188 B
Java
class A {
|
|
void test() {
|
|
String s = <selection>"""
|
|
Line1
|
|
Line2
|
|
Line3\
|
|
ContinueLine3
|
|
"Quoted"
|
|
\040""\"TripleQuoted"\""
|
|
"""</selection>;
|
|
}
|
|
}
|