mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: a312536b2e7b42aa2c7cf69beb896dd64b3a037e
11 lines
190 B
Java
11 lines
190 B
Java
// "Replace with text block" "INFORMATION-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithOneNewLine() {
|
|
String code = """
|
|
<html>
|
|
</html>""";
|
|
}
|
|
|
|
} |