JS backend: fixed accessing to native enum entries.
This commit is contained in:
@@ -50,4 +50,8 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
public void testEnumIsComparable() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testNativeEnum() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user