Fix supertypes for reflected Java classes, always include j.l.Object

equals/hashCode/toString had not appeared in Java classes' "members" because of
this
This commit is contained in:
Alexander Udalov
2015-07-30 21:02:26 +03:00
parent af9ae46f9a
commit d1e67805fc
4 changed files with 30 additions and 8 deletions
@@ -273,6 +273,12 @@ public class BlackBoxWithJavaCodegenTestGenerated extends AbstractBlackBoxCodege
doTestWithJava(fileName);
}
@TestMetadata("javaClassGetFunctions")
public void testJavaClassGetFunctions() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/reflection/javaClassGetFunctions/");
doTestWithJava(fileName);
}
@TestMetadata("javaMethodsSmokeTest")
public void testJavaMethodsSmokeTest() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithJava/reflection/javaMethodsSmokeTest/");