AbstractJavaBlock: added formatting for java text blocks (IDEA-216737)

GitOrigin-RevId: 091cd09f3dac6b9d3dc130d5e2e65bee5fd88792
This commit is contained in:
Artemiy Sartakov
2019-10-03 04:32:43 +00:00
committed by intellij-monorepo-bot
parent 8b1b040a7a
commit 37137f76ac
28 changed files with 237 additions and 79 deletions
@@ -3,9 +3,9 @@ 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);
the text
block
line2
{0}{1} "to" be""", a, b);
}
}