[java-typing] IDEA-336810 Braces insertion for String Templates doesn't work correctly for text blocks

GitOrigin-RevId: 3224ca9e1eae8100d34a52a46e9da569979534c4
This commit is contained in:
Tagir Valeev
2023-11-02 13:43:51 +01:00
committed by intellij-monorepo-bot
parent be39e6323a
commit 6b0d88e6a8
4 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
class X {
String str = STR."""
\{}<caret>"""
}