mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
testdata for IDEA-79251
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
class Main {
|
||||
public static class InnerClass {
|
||||
private String field;
|
||||
}
|
||||
public static class InnerSubClass extends InnerClass {
|
||||
public String getParentField() {
|
||||
return this.<error descr="'field' has private access in 'Main.InnerClass'">field</error>;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user