IDEA-276674 - check an expected caret position in the tests

GitOrigin-RevId: aa971364d92198912bff6cd46a8ee100f0921448
This commit is contained in:
Ilyas Selimov
2021-08-26 12:50:04 +07:00
committed by intellij-monorepo-bot
parent dc7708188d
commit 693382897e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
class Test {
native String getResult();
native String getResult();<caret>
}

View File

@@ -1,3 +1,3 @@
class Test {
private native String getResult();
private native String getResult();<caret>
}