Test super calls in enum literals
This commit is contained in:
@@ -42,4 +42,8 @@ public class EnumTest extends SingleFileTranslationTest {
|
||||
public void testEnumInheritedFromTrait() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
|
||||
public void testSuperCallInEnumLiteral() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user