Inner classes are no more allowed inside enum entries #KT-9750 Fixed

Forbidden use-case deleted from codegen tests
This commit is contained in:
Mikhail Glukhikh
2015-11-13 17:54:05 +03:00
parent 3f4430087e
commit 02fb19c3ea
5 changed files with 7 additions and 28 deletions
@@ -3577,12 +3577,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("entrywithinner.kt")
public void testEntrywithinner() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/entrywithinner.kt");
doTest(fileName);
}
@TestMetadata("enumInheritedFromTrait.kt")
public void testEnumInheritedFromTrait() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/enumInheritedFromTrait.kt");