mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
GitOrigin-RevId: aca891bae186771688369389803a7b47da165f91
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ed264d14d2
commit
1c31987860
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
\a<caret>""";
|
||||
}
|
||||
Reference in New Issue
Block a user