[imaginary editor] support lead selection offset

GitOrigin-RevId: d00e68bbc1c199c0f433a629155c446e6c9964d0
This commit is contained in:
Alexander Zolotov
2021-05-31 17:12:29 +02:00
committed by intellij-monorepo-bot
parent ec38cb40b2
commit 366c4967e6

View File

@@ -127,7 +127,7 @@ class ImaginaryCaret extends UserDataHolderBase implements Caret {
@Override @Override
public int getLeadSelectionOffset() { public int getLeadSelectionOffset() {
throw notImplemented(); return getOffset();
} }
@NotNull @NotNull