accessibility check for annotation parameters: treat parameters as they are outside the class (IDEA-165904)

This commit is contained in:
Anna.Kozlova
2016-12-27 14:47:58 +01:00
parent 17093c9f5a
commit a59edc4e4a
8 changed files with 34 additions and 57 deletions
@@ -1,4 +1,4 @@
@SomeAnnotation(<error descr="'Foo.Bar' has private access in 'Foo'">Foo.Bar</error>.class)
@SomeAnnotation(Foo.<error descr="'Foo.Bar' has private access in 'Foo'">Bar</error>.class)
public class Foo{
private static class Bar {
}