Fix callable reference to member of generic class

This commit is contained in:
Alexander Udalov
2015-07-27 14:55:45 +03:00
parent 49a8c7a947
commit a93484b457
3 changed files with 19 additions and 1 deletions
@@ -2799,6 +2799,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib(fileName);
}
@TestMetadata("memberOfGenericClass.kt")
public void testMemberOfGenericClass() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/call/memberOfGenericClass.kt");
doTestWithStdlib(fileName);
}
@TestMetadata("platformStatic.kt")
public void testPlatformStatic() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/call/platformStatic.kt");