StringLiteralCopyPasteProcessor: keep indent for multiline paste into text block (IDEA-217406)

GitOrigin-RevId: b1a5d55f8749fea0002723ae2a6b2370fb8ed4ab
This commit is contained in:
Artemiy Sartakov
2019-09-11 19:02:17 +07:00
committed by intellij-monorepo-bot
parent 2e80954276
commit caac9ef3d8
6 changed files with 24 additions and 5 deletions

View File

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