mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
visibility with anonymous classes fixed
This commit is contained in:
+10
@@ -35,4 +35,14 @@ abstract class EnumPrivateMethodTest2 {
|
||||
public abstract void execute();
|
||||
|
||||
private void firstMethod() {}
|
||||
}
|
||||
|
||||
class Test {
|
||||
private class Foo {
|
||||
private Foo() {}
|
||||
|
||||
{
|
||||
new Foo(){};
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user