Add KParameter.type, KType, KType.isMarkedNullable

This commit is contained in:
Alexander Udalov
2015-07-13 20:46:10 +03:00
parent b0db9c5b03
commit 6ab1c6bfb3
6 changed files with 100 additions and 0 deletions
@@ -3228,6 +3228,12 @@ public class BlackBoxWithStdlibCodegenTestGenerated extends AbstractBlackBoxCode
doTestWithStdlib(fileName);
}
@TestMetadata("isMarkedNullable.kt")
public void testIsMarkedNullable() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/parameters/isMarkedNullable.kt");
doTestWithStdlib(fileName);
}
@TestMetadata("propertySetter.kt")
public void testPropertySetter() throws Exception {
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/boxWithStdlib/reflection/parameters/propertySetter.kt");