mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-05 04:40:28 +07:00
tests for IDEA-105010 Action "Complete current statement" doesn't work on fields if next field is annotated
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public class Test {
|
||||
private String s() {
|
||||
<caret>
|
||||
}
|
||||
|
||||
@Deprecated private String foo;
|
||||
}
|
||||
Reference in New Issue
Block a user