Support inner enums from binaries

#KT-2771 Fixed
This commit is contained in:
Alexander Udalov
2012-09-19 21:11:19 +04:00
parent 83fb970066
commit bce5cb9034
8 changed files with 179 additions and 13 deletions
@@ -82,6 +82,14 @@ public final class LoadKotlinCustomTest extends TestCaseWithTmpdir {
}
public void testEnumVisibility() throws Exception {
doTest(PATH + "/enum");
doTest(ENUM_DIR);
}
public void testInnerEnum() throws Exception {
doTest(ENUM_DIR);
}
public void testInnerEnumExistingClassObject() throws Exception {
doTest(ENUM_DIR);
}
}