mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
accessibility: don't check supers during method/field type check
This commit is contained in:
+2
@@ -8,6 +8,8 @@ abstract class B {
|
||||
a.bar();
|
||||
|
||||
<error descr="Cannot access java.util.stream.Stream">a.myField</error>;
|
||||
|
||||
a.a();
|
||||
}
|
||||
|
||||
void f(java.util.List<? extends A> a) {
|
||||
|
||||
Reference in New Issue
Block a user