mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
fix visibility of private inner classes in annotations arguments of a sibling class (IDEA-168927)
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Main {
|
||||
|
||||
@interface Anno {
|
||||
Class value();
|
||||
}
|
||||
private static class A {}
|
||||
|
||||
@Anno(A.class)
|
||||
class U {}
|
||||
}
|
||||
Reference in New Issue
Block a user