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
@@ -0,0 +1,4 @@
import a.A;
@SuppressWarnings(A.<error descr="'A_FOO' has protected access in 'a.A'">A_FOO</error>)
class B extends A {}