Support KClass.companionObject and companionObjectInstance

#KT-7636 Fixed
This commit is contained in:
Alexander Udalov
2015-08-25 09:34:45 +03:00
parent 94d45f35d4
commit 9a8cf23ed4
3 changed files with 44 additions and 0 deletions
@@ -3012,6 +3012,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib(fileName);
}
@TestMetadata("companionObject.kt")
public void testCompanionObject() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/classes/companionObject.kt");
doTestWithStdlib(fileName);
}
@TestMetadata("defaultType.kt")
public void testDefaultType() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/classes/defaultType.kt");