Rename receiver$0 in CallableReference to receiver

#KT-15449 Fixed
This commit is contained in:
Mikhael Bogdanov
2016-12-28 14:21:00 +01:00
parent 4774d19890
commit 2566a7a25e
17 changed files with 96 additions and 29 deletions
@@ -584,6 +584,12 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
doTest(fileName);
}
@TestMetadata("kt15449.kt")
public void testKt15449() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/kt15449.kt");
doTest(fileName);
}
@TestMetadata("propertyIntrinsic.kt")
public void testPropertyIntrinsic() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/boxInline/callableReference/propertyIntrinsic.kt");