Split SplitLineActionTest into Java and XML specific parts

GitOrigin-RevId: 19f11736e3a358ab995d6d38b155e6381e0f33c3
This commit is contained in:
Dmitry Jemerov
2022-05-13 19:10:38 +02:00
committed by intellij-monorepo-bot
parent 6843b8a3f1
commit 28a0e87e7e
6 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
class Foo {
void foo(){
int lineStart = document.getLineStartOffset<caret>(document.getLineNumber(offset));
}
}