mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
java text blocks: escape quotes on paste (IDEA-217353)
to be continued GitOrigin-RevId: aa6cf21a39ef5ea37da794c0eeee368a9456de16
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8cb91e1346
commit
6487b64bfb
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
<caret>""";
|
||||
}
|
||||
Reference in New Issue
Block a user