mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
accessibility check for annotation parameters: treat parameters as they are outside the class (IDEA-165904)
This commit is contained in:
+4
@@ -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 {}
|
||||
Reference in New Issue
Block a user