mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
GitOrigin-RevId: 970d43e2694bccc0ca98c7ad3abb61477e4d937f
14 lines
277 B
Java
14 lines
277 B
Java
// "Replace with text block" "true-preview"
|
|
|
|
class TextBlockMigration {
|
|
|
|
void concatenationWithNonStrings() {
|
|
String answer = """
|
|
The answer to the meaning of life,
|
|
the universe,
|
|
and everything
|
|
is 42
|
|
""";
|
|
}
|
|
|
|
} |