Fix for KT-9711: Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE

#KT-9711 Fixed
This commit is contained in:
Michael Bogdanov
2015-10-23 13:49:07 +03:00
parent 882827bf04
commit b0efcec392
6 changed files with 60 additions and 7 deletions
@@ -3496,6 +3496,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt9711.kt")
public void testKt9711() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/kt9711.kt");
doTest(fileName);
}
@TestMetadata("kt9711_2.kt")
public void testKt9711_2() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/kt9711_2.kt");
doTest(fileName);
}
@TestMetadata("name.kt")
public void testName() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/box/enum/name.kt");