Reflection: add KClass.createInstance

This commit is contained in:
Alexander Udalov
2016-07-12 19:53:30 +03:00
parent 0525b1e6c1
commit 89d69bc7eb
3 changed files with 92 additions and 0 deletions
@@ -11892,6 +11892,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("createInstance.kt")
public void testCreateInstance() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reflection/classes/createInstance.kt");
doTest(fileName);
}
@TestMetadata("declaredMembers.kt")
public void testDeclaredMembers() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reflection/classes/declaredMembers.kt");