mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-172425 Fix bug when default constructor is inaccessible
This commit is contained in:
+3
@@ -25,4 +25,7 @@ public class WithReflectionAccess {
|
||||
public static void apply(Runnable runnable) {
|
||||
runnable.run();
|
||||
}
|
||||
|
||||
private static class Inner {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user