mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
check annotation params accessibility (IDEA-108584)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
@SomeAnnotation(<error descr="'Foo.Bar' has private access in 'Foo'">Foo.Bar.class</error>)
|
||||
public class Foo{
|
||||
private static class Bar {
|
||||
}
|
||||
}
|
||||
@interface SomeAnnotation {
|
||||
Class value();
|
||||
}
|
||||
Reference in New Issue
Block a user