mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
allow navigation to not accessible fields when they are used inside reference chain
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ class C {
|
||||
|
||||
class A extends C {
|
||||
{
|
||||
<error descr="Cannot resolve symbol 'id'">id</error>.MyObject.fromInt(1);
|
||||
<error descr="'id' has private access in 'C'">id</error>.MyObject.fromInt(1);
|
||||
|
||||
<error descr="'id' has private access in 'C'">id</error>.MyObject o;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user