Reflection: add KClassifier.starProjectedType

#KT-8998 In Progress
This commit is contained in:
Alexander Udalov
2016-07-18 19:31:16 +03:00
parent 1edf3c7809
commit 6b79782951
3 changed files with 46 additions and 2 deletions
@@ -11933,6 +11933,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reflection/classes/qualifiedName.kt");
doTest(fileName);
}
@TestMetadata("starProjectedType.kt")
public void testStarProjectedType() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/reflection/classes/starProjectedType.kt");
doTest(fileName);
}
}
@TestMetadata("compiler/testData/codegen/box/reflection/constructors")