IDEA-172425 Fix bug when default constructor is inaccessible

This commit is contained in:
Vitaliy.Bibaev
2018-03-27 12:11:27 +03:00
parent de907c6cd3
commit 9912c9b6b3
4 changed files with 48 additions and 2 deletions
@@ -25,4 +25,7 @@ public class WithReflectionAccess {
public static void apply(Runnable runnable) {
runnable.run();
}
private static class Inner {
}
}