mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
testdata for IDEA-139512
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import a.A;
|
||||
|
||||
@A.<error descr="'a.A.Test' has protected access in 'a.A'">Test</error> ()
|
||||
class B extends A {}
|
||||
|
||||
@A.<error descr="'a.A.Test' has protected access in 'a.A'">Test</error> ()
|
||||
class C {}
|
||||
Reference in New Issue
Block a user