mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 11:29:28 +07:00
GitOrigin-RevId: 5e154d3c8da28383191d83feff33857fa9ebe6c9
11 lines
223 B
Java
11 lines
223 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void escapeSequence() {
|
|
String oneLineTextBlock = """
|
|
\u005c"this is one "line"\n text <caret>block\134\u005c\\"
|
|
""";
|
|
}
|
|
|
|
} |