Fix resolve of inner and nested classes in JavaDescriptorResolver

This commit is contained in:
Pavel V. Talanov
2012-11-11 14:34:06 +04:00
parent 96b48aedfc
commit 737b246b01
10 changed files with 54 additions and 25 deletions
@@ -42,6 +42,10 @@ public final class StaticMembersJavaDescriptorResolverTest extends AbstractJavaR
doTest();
}
public void testInnerClass() throws Exception {
doTest();
}
private void doTest() throws IOException {
String name = getTestName(false);
compileJavaFile(name + ".java");