mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
access object class should be calc corresponding to ref qualifier (IDEA-58377)
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// "Make 'Bar.f' protected" "true"
|
||||
public class Foo extends Bar{
|
||||
void foo() {
|
||||
new Runnable(){
|
||||
public void run() {
|
||||
f();
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
class Bar {
|
||||
protected void f(){}
|
||||
}
|
||||
Reference in New Issue
Block a user