Use 'DefaultImpls' as owner for interface local delegated properties

#KT-19690 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-08-16 16:35:31 +02:00
parent 905b8cc4e9
commit 97d46e76f5
7 changed files with 59 additions and 11 deletions
@@ -7012,6 +7012,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
doTest(fileName);
}
@TestMetadata("kt19690.kt")
public void testKt19690() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegatedProperty/local/kt19690.kt");
doTest(fileName);
}
@TestMetadata("localVal.kt")
public void testLocalVal() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("compiler/testData/codegen/box/delegatedProperty/local/localVal.kt");