mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 04:45:04 +07:00
GitOrigin-RevId: 5e154d3c8da28383191d83feff33857fa9ebe6c9
9 lines
188 B
Java
9 lines
188 B
Java
// "Replace with regular string literal" "true"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void escapeSequence() {
|
|
String oneLineTextBlock = "\"this is one \"line\"\n text block\134\\\"\n";
|
|
}
|
|
|
|
} |