JS backend: fix access to enum entries by implicit receiver and explicit this.
This commit is contained in:
@@ -35,4 +35,7 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testAccessing() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user