mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
accessibility check for annotation parameters: treat parameters as they are outside the class (IDEA-165904)
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
@FooAnnotation(<error descr="'Foo.BAR' has private access in 'Foo'">Foo.BAR</error>)
|
||||
@FooAnnotation(Foo.<error descr="'BAR' has private access in 'Foo'">BAR</error>)
|
||||
class Foo {
|
||||
private static final String BAR = "bar";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user