JS backend: fix access to enum entries by implicit receiver and explicit this.

This commit is contained in:
Zalim Bashorov
2014-03-17 21:00:23 +04:00
parent 6b72d44929
commit 8fd38e261f
5 changed files with 75 additions and 11 deletions
@@ -35,4 +35,7 @@ public class EnumTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testAccessing() throws Exception {
checkFooBoxIsOk();
}
}