mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 21:52:48 +07:00
GitOrigin-RevId: a312536b2e7b42aa2c7cf69beb896dd64b3a037e
10 lines
192 B
Java
10 lines
192 B
Java
// "Replace with text block" "INFORMATION-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithOneNewLine() {
|
|
String code = "<html><caret>\n" +
|
|
"</html>";
|
|
}
|
|
|
|
} |