Files
openide/java/java-tests/testData/codeInsight/completeStatement/NativeMethod_after.java
Ilyas Selimov 693382897e IDEA-276674 - check an expected caret position in the tests
GitOrigin-RevId: aa971364d92198912bff6cd46a8ee100f0921448
2021-08-26 06:18:07 +00:00

3 lines
52 B
Java

class Test {
native String getResult();<caret>
}