mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
IDEA-136826 Autocomplete fails for static nested annotations
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
final class MyModule {
|
||||
@Target({FIELD,PARAMETER,METHOD})
|
||||
@Retention(RUNTIME)
|
||||
public static @interface Dependency { }
|
||||
}
|
||||
|
||||
final class SomeService {
|
||||
|
||||
SomeService(@My<caret>) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user