Test for resolving inner classes
This commit is contained in:
+4
@@ -46,6 +46,10 @@ public final class StaticMembersJavaDescriptorResolverTest extends AbstractJavaR
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testDeeplyInnerClass() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws IOException {
|
||||
String name = getTestName(false);
|
||||
compileJavaFile(name + ".java");
|
||||
|
||||
Reference in New Issue
Block a user