mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
don't suggest primitive type names inside annotation in method parameter list (IDEA-25149)
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
public class Foo {
|
||||
Object foo(@Deprecated(Foo.c<caret>)){ }
|
||||
}
|
||||
Reference in New Issue
Block a user