Test super calls in enum literals

This commit is contained in:
Pavel V. Talanov
2014-10-10 18:12:56 +04:00
parent 8e6618920d
commit b2c288b62a
4 changed files with 62 additions and 0 deletions
@@ -42,4 +42,8 @@ public class EnumTest extends SingleFileTranslationTest {
public void testEnumInheritedFromTrait() throws Exception {
checkFooBoxIsOk();
}
public void testSuperCallInEnumLiteral() throws Exception {
checkFooBoxIsOk();
}
}