Loading deeply nested static method correctly.

This commit is contained in:
Evgeny Gerashchenko
2013-03-21 23:35:21 +04:00
parent 81381a206c
commit 17cc055152
4 changed files with 56 additions and 0 deletions
@@ -1177,6 +1177,11 @@ public class LoadJavaTestGenerated extends AbstractLoadJavaTest {
public void testDeeplyInnerClass() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/static/DeeplyInnerClass.java");
}
@TestMetadata("DeeplyNestedStatic.java")
public void testDeeplyNestedStatic() throws Exception {
doTestCompiledJava("compiler/testData/loadJava/compiledJava/static/DeeplyNestedStatic.java");
}
@TestMetadata("Enum.java")
public void testEnum() throws Exception {