mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
testdata for IDEA-25949
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
@FooAnnotation(<error descr="'Foo.BAR' has private access in 'Foo'">Foo.BAR</error>)
|
||||
class Foo {
|
||||
private static final String BAR = "bar";
|
||||
}
|
||||
|
||||
@interface FooAnnotation {
|
||||
String value();
|
||||
}
|
||||
Reference in New Issue
Block a user