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
@@ -0,0 +1,11 @@
|
||||
class C {
|
||||
|
||||
void x(int a, int b) {
|
||||
String s = """
|
||||
the text\n block
|
||||
line2
|
||||
""" +
|
||||
a + b + <caret>//keep me
|
||||
" \"to\" be";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user