java text blocks: escape quotes on paste (IDEA-217353)

to be continued

GitOrigin-RevId: aa6cf21a39ef5ea37da794c0eeee368a9456de16
This commit is contained in:
Anna Kozlova
2019-07-02 10:59:54 +02:00
committed by intellij-monorepo-bot
parent 8cb91e1346
commit 6487b64bfb
4 changed files with 51 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
class C {
String empty = """
<caret>""";
}