mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
preserve text blocks when converting to (message)format string (IDEA-217253, IDEA-218831)
and use new text block escaping GitOrigin-RevId: cc8eea8aa0c638b967e40b6a6b4b9dea1cfed61d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f5bd40eb0c
commit
a12eee9fbc
+11
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
|
||||
void x(int a, int b) {
|
||||
//keep me
|
||||
String s = java.text.MessageFormat.format("""
|
||||
the text
|
||||
block
|
||||
line2
|
||||
{0}{1} "to" be""", a, b);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user