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
@@ -2715,6 +2715,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("superCallInEnumLiteral.kt")
public void testSuperCallInEnumLiteral() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/superCallInEnumLiteral.kt");
doTest(fileName);
}
@TestMetadata("toString.kt")
public void testToString() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/toString.kt");