mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 14:37:45 +07:00
accessibility: don't check supers during method/field type check
This commit is contained in:
+2
@@ -8,4 +8,6 @@ public abstract class A implements List<Stream<String>> {
|
||||
public void bar() {}
|
||||
|
||||
public Stream<String> myField;
|
||||
|
||||
public A a() {}
|
||||
}
|
||||
Reference in New Issue
Block a user