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