determine content range of text block correctly on pasting in literal (IDEA-CR-50963)

GitOrigin-RevId: aca891bae186771688369389803a7b47da165f91
This commit is contained in:
Bas Leijdekkers
2019-08-09 16:44:44 +02:00
committed by intellij-monorepo-bot
parent ed264d14d2
commit 1c31987860
9 changed files with 67 additions and 42 deletions

View File

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