Test code generation for enum deriving from a trait

This commit is contained in:
Pavel V. Talanov
2014-10-10 17:42:30 +04:00
parent c04b52561e
commit bb5998048f
4 changed files with 42 additions and 0 deletions
@@ -38,4 +38,8 @@ public class EnumTest extends SingleFileTranslationTest {
public void testAccessing() throws Exception {
checkFooBoxIsOk();
}
public void testEnumInheritedFromTrait() throws Exception {
checkFooBoxIsOk();
}
}