Test code generation for enum deriving from a trait
This commit is contained in:
@@ -38,4 +38,8 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
public void testAccessing() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testEnumInheritedFromTrait() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user