[java-typing] IDEA-333179 "}" not added automatically after typing "\{" in interpolated string

GitOrigin-RevId: 5e8c790eb6422a25705806cdcb94c252c92883b3
This commit is contained in:
Tagir Valeev
2023-09-28 10:42:19 +02:00
committed by intellij-monorepo-bot
parent d7160411f2
commit c09b082016
10 changed files with 45 additions and 0 deletions

View File

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