JS: fix definition nested classes inside interfaces

This commit is contained in:
Zalim Bashorov
2016-02-20 21:20:42 +03:00
parent 718c15806c
commit 82a049b319
3 changed files with 38 additions and 1 deletions
@@ -34,6 +34,10 @@ public class NestedTypesTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testNestedInInterface() throws Exception {
checkFooBoxIsOk();
}
public void testInner() throws Exception {
checkFooBoxIsOk();
}