mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
IDEA-276674 - check an expected caret position in the tests
GitOrigin-RevId: aa971364d92198912bff6cd46a8ee100f0921448
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dc7708188d
commit
693382897e
@@ -1,3 +1,3 @@
|
||||
class Test {
|
||||
native String getResult();
|
||||
native String getResult();<caret>
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
class Test {
|
||||
private native String getResult();
|
||||
private native String getResult();<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user